v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1371322.8 KB
pages

List the ClaimReview markup pages for a specific URL or for an organization.

get/v1alpha1/pages

Query parameters

offsetinteger

An integer that specifies the current offset (that is, starting result location) in search results. This field is only considered if 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.

organizationstring

The organization for which we want to fetch markups for. For instance, "site.com". Cannot be specified along with an URL.

pageSizeinteger

The pagination size. We will return up to that many results. Defaults to 10 if not set. Has no effect if a URL is requested.

pageTokenstring

The pagination token. You may provide the 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.

urlstring

The URL from which to get 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.

Response

Successful response