places
places
Page 6 of 7.
- Cultural Center of Netherlands · Amsterdam · ★ 3.9
- Museum of Art of Belgium · Brussels · ★ 3.8
- Summit Path of Spain · Madrid · ★ 4.6
- Science Center of Spain · Madrid · ★ 5.0
- Coral Cove of Spain · Madrid · ★ 3.1
- Forest Park of Italy · Rome · ★ 3.9
- Cathedral of Italy · Rome · ★ 3.6
- Old Town Eats of Italy · Rome · ★ 3.7
- Garden Kitchen of Portugal · Lisbon · ★ 3.5
- Cup & Saucer of Greece · Athens · ★ 4.9
- Forest Walk of Sweden · Stockholm · ★ 3.9
- Lakeside Park of Norway · Oslo · ★ 4.1
- Central Park of Norway · Oslo · ★ 4.5
- Riverside Park of Finland · Helsinki · ★ 3.6
- Golden Sands of Finland · Helsinki · ★ 5.0
- Forest Park of Finland · Helsinki · ★ 3.2
- Community Garden of Denmark · Copenhagen · ★ 3.5
- Designer District of Denmark · Copenhagen · ★ 3.4
- Cup & Saucer of Iceland · Reykjavík · ★ 4.2
- Sunset Beach of Iceland · Reykjavík · ★ 3.7
- Designer District of Iceland · Reykjavík · ★ 4.1
- Golden Sands of Poland · Warsaw · ★ 4.3
- Cultural Center of Poland · Warsaw · ★ 3.2
- Lakeside Park of Switzerland · Bern · ★ 3.3
-
Cultural Center of Netherlands
other · Amsterdam
★ 3.9 (2102)
-
Museum of Art of Belgium
museum · Brussels
★ 3.8 (3254)
-
Summit Path of Spain
hiking · Madrid
★ 4.6 (4815)
-
Science Center of Spain
museum · Madrid
★ 5.0 (3503)
-
Coral Cove of Spain
beach · Madrid
★ 3.1 (1178)
-
Forest Park of Italy
park · Rome
★ 3.9 (3688)
-
Cathedral of Italy
landmark · Rome
★ 3.6 (3674)
-
Old Town Eats of Italy
restaurant · Rome
★ 3.7 (1447)
-
Garden Kitchen of Portugal
restaurant · Lisbon
★ 3.5 (342)
-
Cup & Saucer of Greece
cafe · Athens
★ 4.9 (1997)
-
Forest Walk of Sweden
hiking · Stockholm
★ 3.9 (3581)
-
Lakeside Park of Norway
park · Oslo
★ 4.1 (672)
-
Central Park of Norway
park · Oslo
★ 4.5 (4449)
-
Riverside Park of Finland
park · Helsinki
★ 3.6 (1878)
-
Golden Sands of Finland
beach · Helsinki
★ 5.0 (697)
-
Forest Park of Finland
park · Helsinki
★ 3.2 (3391)
-
Community Garden of Denmark
other · Copenhagen
★ 3.5 (2469)
-
Designer District of Denmark
shopping · Copenhagen
★ 3.4 (2783)
-
Cup & Saucer of Iceland
cafe · Reykjavík
★ 4.2 (4431)
-
Sunset Beach of Iceland
beach · Reykjavík
★ 3.7 (4393)
-
Designer District of Iceland
shopping · Reykjavík
★ 4.1 (80)
-
Golden Sands of Poland
beach · Warsaw
★ 4.3 (1602)
-
Cultural Center of Poland
other · Warsaw
★ 3.2 (4958)
-
Lakeside Park of Switzerland
park · Bern
★ 3.3 (3983)
Cultural Center of Netherlands
other · Amsterdam · ★ 3.9 (2102)
Museum of Art of Belgium
museum · Brussels · ★ 3.8 (3254)
Summit Path of Spain
hiking · Madrid · ★ 4.6 (4815)
Science Center of Spain
museum · Madrid · ★ 5.0 (3503)
Coral Cove of Spain
beach · Madrid · ★ 3.1 (1178)
Forest Park of Italy
park · Rome · ★ 3.9 (3688)
Showing first 6 of 24 on this page.
curl -sS \
"https://example-data.com/api/v1/places?limit=25"const res = await fetch(
"https://example-data.com/api/v1/places?limit=25"
);
const { data, meta } = await res.json();import type { Place, ListEnvelope } from "https://example-data.com/types/places.d.ts";
const res = await fetch(
"https://example-data.com/api/v1/places?limit=25"
);
const { data, meta } = (await res.json()) as ListEnvelope<Place>;import requests
res = requests.get(
"https://example-data.com/api/v1/places",
params={"limit": 25},
)
data = res.json() {
"data": [
{
"id": 121,
"name": "Cultural Center of Netherlands",
"slug": "cultural-center-of-netherlands-121",
"kind": "other",
"city": "Amsterdam",
"countryAlpha2": "NL",
"latitude": 33.091744,
"longitude": -49.766433,
"rating": 3.9,
"ratingCount": 2102,
"description": "Utique contego nostrum corpus. Vulgivagus officia degusto spectaculum usitas theca coniuratio utor universe omnis. Dolores conduco via eligendi terebro canto.",
"imageUrl": "https://picsum.photos/seed/place-121/1200/800",
"createdAt": "2021-11-18T13:30:50.574Z"
},
{
"id": 122,
"name": "Museum of Art of Belgium",
"slug": "museum-of-art-of-belgium-122",
"kind": "museum",
"city": "Brussels",
"countryAlpha2": "BE",
"latitude": -53.524452,
"longitude": 51.709669,
"rating": 3.8,
"ratingCount": 3254,
"description": "Conculco tepesco ciminatio. Depulso triumphus turbo. Velociter defleo tamen quas una tego venustas amplitudo despecto quo.",
"imageUrl": "https://picsum.photos/seed/place-122/1200/800",
"createdAt": "2023-12-18T08:39:36.072Z"
},
{
"id": 123,
"name": "Summit Path of Spain",
"slug": "summit-path-of-spain-123",
"kind": "hiking",
"city": "Madrid",
"countryAlpha2": "ES",
"latitude": -19.705955,
"longitude": -29.05614,
"rating": 4.6,
"ratingCount": 4815,
"description": "Apto capio sordeo inflammatio deleo at volva aptus vesica. Eius praesentium utpote vitium. Contego creta aveho.",
"imageUrl": "https://picsum.photos/seed/place-123/1200/800",
"createdAt": "2022-05-13T01:08:07.701Z"
}
],
"meta": {
"page": 6,
"limit": 24,
"total": 150,
"totalPages": 7
},
"links": {
"self": "/api/v1/places?page=6",
"next": "/api/v1/places?page=7",
"prev": "/api/v1/places?page=5"
}
}