2deb1cf49f5c7297bc810aca4ab11e56:5547f70ac340d0bcdd943075b4512ec76007702af71070ee4f6f77cf1c3d3bfc3a3a8a4ed1baa8746305e722ea0715ca98ba5650797c65cb1f7dd61213ab608972d39e434c62f1837e59702bad917ca8
x-api-token in header. By using the RandomCoords APIs, you agree to the Terms and Conditions.GET https://api.randomcoords.com/v1/coordinates/regions
{
type: "regions";
results: number;
data: {
id: string;
name: string;
}[];
}GET https://api.randomcoords.com/v1/coordinates/regions/{region}?limit={number}
Query Parameters: limit (optional, max 100, default 1)
{
id: string;
name: string;
type: "region";
results: number;
data: {
id: string;
country: string;
city: string;
iso2: string;
coordinates: [number, number];
}[];
}GET https://api.randomcoords.com/v1/coordinates/countries
{
type: "countries";
results: number;
data: {
id: string;
name: string;
iso2: string;
}[];
}GET https://api.randomcoords.com/v1/coordinates/countries/{country}?limit={number}
Query Parameters: limit (optional, max 100, default 1)
{
id: string;
name: string;
type: "country";
regions: string[];
iso2: string;
results: number;
data: {
city: string;
state?: string;
coordinates: [number, number];
}[];
}x-api-token in the header is not malformed.x-api-token exists in the header. message field:{
message: string;
}