# List Locations Search the list of locations for Influencers. A successful request costs 0 credits. Endpoint: GET /youtube/locations Security: accessToken ## Query parameters: - `limit` (number) Max items to get - `query` (string) String to search by ## Response 200 fields (application/json): - `error` (boolean) If there is an error - `locations` (array, required) - `locations.id` (number, required) Id of the location Example: 51800 - `locations.name` (string, required) Name of the location Example: "London" - `locations.title` (string, required) Full title of the location Example: "London, United Kingdom" - `total` (number, required) Total number of locations Example: 8477