Method: pages.list
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
列出特定网址或组织的 ClaimReview
标记网页。
HTTP 请求
GET https://factchecktools.googleapis.com/v1alpha1/pages
网址采用 gRPC 转码语法。
查询参数
参数 |
url |
string
从中获取 ClaimReview 标记的网址。最多只会有一个结果。如果标记与所提供网址的更规范版本相关联,我们将返回该网址。不能与组织一起指定。
|
organization |
string
要为其提取标记的组织。例如,“site.com”。无法与网址一起指定。
|
pageSize |
integer
分页大小。我们将返回最多相应数量的结果。如果未设置,则默认为 10。如果请求的是网址,则此参数无效。
|
pageToken |
string
分页令牌。您可以提供从上一个 List 请求返回的 nextPageToken (如果有),以便获取下一页。所有其他字段的值必须与上一个请求中的值相同。
|
offset |
integer
一个整数,用于指定搜索结果中当前的偏移量(即起始结果位置)。仅当 pageToken 未设置且请求不是针对特定网址时,系统才会考虑此字段。例如,0 表示从第一个匹配结果开始返回结果,10 表示从第 11 个结果开始返回。
|
响应正文
列出 ClaimReview
标记的响应。
如果成功,响应正文将包含结构如下的数据:
字段 |
claimReviewMarkupPages[] |
object (ClaimReviewMarkupPage )
包含 ClaimReview 标记的网页的结果列表。
|
nextPageToken |
string
搜索响应中的下一个分页令牌。它应该用作后续请求的 pageToken 。空值表示不再有结果。
|
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/factchecktools
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eList \u003ccode\u003eClaimReview\u003c/code\u003e markup pages associated with a specific URL or an organization.\u003c/p\u003e\n"],["\u003cp\u003eRequest a list of \u003ccode\u003eClaimReview\u003c/code\u003e markup pages via the \u003ccode\u003eGET https://factchecktools.googleapis.com/v1alpha1/pages\u003c/code\u003e endpoint using parameters like \u003ccode\u003eurl\u003c/code\u003e, \u003ccode\u003eorganization\u003c/code\u003e, \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003eoffset\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes an array of \u003ccode\u003eClaimReviewMarkupPage\u003c/code\u003e objects and a \u003ccode\u003enextPageToken\u003c/code\u003e for pagination.\u003c/p\u003e\n"],["\u003cp\u003eThis functionality requires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/factchecktools\u003c/code\u003e scope.\u003c/p\u003e\n"]]],[],null,["# Method: pages.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListClaimReviewMarkupPagesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nList the `ClaimReview` markup pages for a specific URL or for an organization.\n\n### HTTP request\n\n`GET https://factchecktools.googleapis.com/v1alpha1/pages`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n| Parameters ||\n|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `url` | `string` 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. |\n| `organization` | `string` The organization for which we want to fetch markups for. For instance, \"site.com\". Cannot be specified along with an URL. |\n| `pageSize` | `integer` 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. |\n| `pageToken` | `string` The pagination token. You may provide the `nextPageToken` 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. |\n| `offset` | `integer` An integer that specifies the current offset (that is, starting result location) in search results. This field is only considered if `pageToken` 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. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse from listing `ClaimReview` markup.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"claimReviewMarkupPages\": [ { object (/fact-check/tools/api/reference/rest/v1alpha1/pages#ClaimReviewMarkupPage) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|----------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `claimReviewMarkupPages[]` | `object (`[ClaimReviewMarkupPage](/fact-check/tools/api/reference/rest/v1alpha1/pages#ClaimReviewMarkupPage)`)` The result list of pages of `ClaimReview` markup. |\n| `nextPageToken` | `string` The next pagination token in the Search response. It should be used as the `pageToken` for the following request. An empty value means no more results. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/factchecktools`"]]