AI-generated Key Takeaways
-
A
Claimresource provides information about a claim including its text, claimant, date made, and associated claim reviews. -
A
ClaimReviewresource contains details about a fact-checking article reviewing a claim, such as the publisher, URL, title, review date, and textual rating. -
A
Publisherresource includes the name and site of the publisher of a claim review. -
The Methods section outlines available operations, including searching through fact-checked claims by text or image.
Resource: Claim
Information about the claim.
| JSON representation |
|---|
{
"text"
:
string
,
"claimant"
:
string
,
"claimDate"
:
string
,
"claimReview"
:
[
{
object (
|
| Fields | |
|---|---|
text
|
The claim text. For instance, "Crime has doubled in the last 2 years." |
claimant
|
A person or organization stating the claim. For instance, "John Doe". |
claimDate
|
The date that the claim was made. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
claimReview[]
|
One or more reviews of this claim (namely, a fact-checking article). |
ClaimReview
Information about a claim review.
| JSON representation |
|---|
{
"publisher"
:
{
object (
|
| Fields | |
|---|---|
publisher
|
The publisher of this claim review. |
url
|
The URL of this claim review. |
title
|
The title of this claim review, if it can be determined. |
reviewDate
|
The date the claim was reviewed. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
textualRating
|
Textual rating. For instance, "Mostly false". |
languageCode
|
The language this review was written in. For instance, "en" or "de". |
Publisher
Information about the publisher.
| JSON representation |
|---|
{ "name" : string , "site" : string } |
| Fields | |
|---|---|
name
|
The name of this publisher. For instance, "Awesome Fact Checks". |
site
|
Host-level site name, without the protocol or "www" prefix. For instance, "awesomefactchecks.com". This value of this field is based purely on the claim review URL. |
Methods |
|
|---|---|
|
Search through fact-checked claims using an image as the query. |
|
Search through fact-checked claims. |

