Understand robots.txt compliance fields and parameters in News API v3 to build applications that respect publisher permissions
robots_compliant
boolean field indicating if
content can be safely accessed according to the publisher’s guidelines. If true,
automated access is allowed; if false, it is restricted.
robots_compliant
parameter to filter your API requests. This
parameter works with all endpoints that return articles.
Always present in responses
robots_compliant
field is included in every article object, ensuring
consistent access to compliance information regardless of filtering.Optional parameter
robots_compliant
parameter in requests to filter
results, or omit it to receive all content with compliance flags.Server-side filtering
Boolean values only
true
to show only compliant content, false
for
non-compliant content, or can be omitted entirely.