Options Endpoint
Returns static lookup data used for building search requests.
GET/v1/options
Get Options
Response Properties
- Name
gl- Type
- array
- Description
- Country options:
[ { code, name } ].
- Name
hl- Type
- array
- Description
- Language options:
[ { language_code, language_name } ].
- Name
cr- Type
- array
- Description
- Country restrict options:
[ { code, name } ].
- Name
lr- Type
- array
- Description
- Language restrict options:
[ { code, name } ].
- Name
search_engines- Type
- array
- Description
- Google engines:
[ { domain, language_code, country_code, country_name } ].
Request
GET
/v1/optionscurl -G 'https://api.serpnode.com/v1/options' \
-H 'apikey: YOUR-API-KEY'