Endpoints
Get category sources
Retrieve all sources collected for a given data category in chronological order, up to 90 days back.
Returns a chronological list of all sources collected for the specified category. Results cover up to the last 90 days (some categories may have less than 90 days available).
Path parameters
The ID of the data category to retrieve sources for.
Response
Total number of sources available for the category.
URL for the next page of results, or
null if this is the last page.URL for the previous page of results, or
null if this is the first page.Array of source objects in chronological order (oldest first). Each object has the same fields as a Quick Search result.