Get location quotient
GET
/api/v1.1/{country_code}/reports/location-quotient/Returns the location quotient value for postings matching the given criteria, together with an indication of whether the returned value is high, average or low compared to all possible values of the primary dimension.
:::info
This endpoint allows querying by one primary facet type (location, occupation, skill, industry, employer) only. Multiple values of the same facet may be provided, in which case, they will be aggregated.
:::
Request
A two character code that specifies which country dataset to query.
A unique ID specifying an occupation sector/category.
A unique ID specifying a company/employer.
The end date of the desired time period for the query. Must be specified in ISO8601 format (YYYY-MM-DD).
A unique ID specifying an industry.
A unique ID specifying a location/statistical area.
A unique ID specifying an occupation (job title). If specified, an occupation_taxonomy_id must also be provided.
A unique ID specifying an occupation taxonomy. Required when specifying an occupation_id.
A unique ID specifying a skill.
A unique ID specifying a skill tag (pre-defined group of skills).
The start date of the desired time period for the query. Must be specified in ISO8601 format (YYYY-MM-DD).
Request samples
Responses
A location quotient value.
An indication as to whether the given location quotient value is high, average, or low compared to all values of the query dimension.
{
"location_quotient": 1.1,
"location_quotient_level": "Average"
}