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
number
required
The ID of the data category to retrieve sources for.
Response
number
Total number of sources available for the category.
string | null
URL for the next page of results, or
null if this is the last page.string | null
URL for the previous page of results, or
null if this is the first page.array
Array of source objects in chronological order (oldest first). Each object has the same fields as a Quick Search result.