Request structure
Most monitoring endpoints follow a consistent request structure:Common parameters
Most monitoring endpoints share these core parameters:Country codes
Thecountry field requires uppercase ISO 3166-1 alpha-2 codes (e.g., "US", "GB", "DK"). Lowercase values are not accepted and will return a validation error.
For the full list of supported countries per provider, see the Countries endpoint.
Response structure
All successful responses follow this base structure:Common response fields
Response headers
Every response includes anX-Request-Id header containing a unique identifier for the request. Store this value for debugging. It helps our support team locate your request if you need assistance.
Sources array structure
Each source in thesources array follows this format:
Some endpoints include additional source fields. See individual endpoint
documentation for endpoint-specific source fields.
Optional response formats
Most endpoints support additional response formats through theinclude parameter:
HTML format
- Parameter:
include.html - Type: boolean
- Default:
false - Description: Request a URL to the full HTML of the response. The URL expires after 24 hours.
- Cost: no extra charge
Markdown format
- Parameter:
include.markdown - Type: boolean
- Default:
false - Description: Include response formatted in Markdown
- Cost: no extra charge
Endpoint-specific formats
Different endpoints offer unique formats. See individual endpoint documentation for specific options and features available for each monitoring endpoint. See Providers for endpoint costs and credit information.Request examples
Remember: These examples use
prompt, which is correct for most
endpoints. For the Google Search endpoint, replace "prompt" with "query"
in your requests.Common questions
Can I get raw HTML responses instead of structured data?
Yes, all endpoints support returning HTML responses using theinclude.html request parameter. No additional credit cost for including HTML.
The HTML is stored on our CDN for temporary access (expires after 24 hours). Download and store the HTML if you need it long-term.