Skip to content

Commit

Permalink
Document actor_profiles#locations
Browse files Browse the repository at this point in the history
resolves GH-74
  • Loading branch information
andreas-venturini committed Feb 8, 2024
1 parent 485ef50 commit 74789e6
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,50 @@ curl "https://www.filmmakers.eu/api/v1/actor_profiles/123" \
"unions": [
"bffs"
],
"locations": [
{
"name": "Gdańsk",
"latitude": 54.35202520000001,
"longitude": 18.6466384,
"place_id": "ChIJb_rUFBxz_UYRjb63Y_H7uZs",
"type": "accommodation"
},
{
"name": "Munich",
"latitude": 48.1351253,
"longitude": 11.5819806,
"place_id": "ChIJ2V-Mo_l1nkcRfZixfUq4DAE",
"type": "accommodation"
},
{
"name": "Hamburg",
"latitude": 53.5510846,
"longitude": 9.9936818,
"place_id": "ChIJuRMYfoNhsUcRoDrWe_I9JgQ",
"type": "accommodation"
},
{
"name": "Cologne",
"latitude": 50.937531,
"longitude": 6.9602786,
"place_id": "ChIJ5S-raZElv0cR8HcqSvxgJwQ",
"type": "accommodation"
},
{
"name": "Berlin",
"latitude": 52.52000659999999,
"longitude": 13.404954,
"place_id": "ChIJAVkDPzdOqEcRcDteW0YgIQQ",
"type": "accommodation"
},
{
"name": "Berlin",
"latitude": 52.52000659999999,
"longitude": 13.404954,
"place_id": "ChIJAVkDPzdOqEcRcDteW0YgIQQ",
"type": "place"
}
],
"pictures": [
{
"id": 140,
Expand Down

0 comments on commit 74789e6

Please sign in to comment.