/v1alpha1/pages
GET
/v1alpha1/pages
pages
ClaimReview
markup pages for a specific URL or for an organization.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://factchecktools.googleapis.com//v1alpha1/pages'
Response Response Example
{
"claimReviewMarkupPages": [
{
"claimReviewAuthor": {
"imageUrl": "string",
"name": "string"
},
"claimReviewMarkups": [
{
"claimAppearances": [
"string"
],
"claimAuthor": {
"imageUrl": "string",
"jobTitle": "string",
"name": "string",
"sameAs": "string"
},
"claimDate": "string",
"claimFirstAppearance": "string",
"claimLocation": "string",
"claimReviewed": "string",
"rating": {
"bestRating": 0,
"imageUrl": "string",
"ratingExplanation": "string",
"ratingValue": 0,
"textualRating": "string",
"worstRating": 0
},
"url": "string"
}
],
"name": "string",
"pageUrl": "string",
"publishDate": "string",
"versionId": "string"
}
],
"nextPageToken": "string"
}
Request
Query Params
offset
integer
optional
page_token
is unset, and if the request is not for a specific URL. For example, 0 means to return results starting from the first matching result, and 10 means to return from the 11th result.organization
string
optional
pageSize
integer
optional
pageToken
string
optional
next_page_token
returned from a previous List request, if any, in order to get the next page. All other fields must have the same values as in the previous request.url
string
optional
ClaimReview
markup. There will be at most one result. If markup is associated with a more canonical version of the URL provided, we will return that URL instead. Cannot be specified along with an organization.