/api/v1/cities.json
Lists all supported cities.
Example request
curl --get 'https://hoodsdk.com/api/v1/cities.json'
Example response 200 OK
[
{
"uuid": "city-uuid",
"name": "New York",
"description": "The five boroughs of New York City.",
"slug": "new-york",
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"primary_image": {"small": "https://cdn.example.com/small.jpg", "large": "https://cdn.example.com/large.jpg"}
}
]