Search by
Search articles by identifiers
Search for local news using article links, IDs, or RSS GUIDs.
POST
Authorizations
Body
application/json
Response
200
application/json
A successful response containing articles that match the
specified search criteria.
The response model for the Search
, Latest headlines
, and Search by
requests, including search results and metadata.
Response field behavior:
- Required fields are guaranteed to be present and non-null.
- Optional fields may be
null
/undefined
if the data couldn't be extracted during processing. - To access article properties in the
articles
response array, use array index notation. For example,articles[n].title
, wheren
is the zero-based index of the article object (0, 1, 2, etc.).