#
Locations
Fetches a list of locations.
#
Options
#
Schema
Returns a json with the following stucture:
#
Filters
Info
It's possible to use sort and order too.
See Filters
#
Example
GET /api/v1/locations/random
{
"uuid": "f374c7fd-4468-458d-a219-cf71c7a1254a",
"href": "/api/v1/locations/f374c7fd-4468-458d-a219-cf71c7a1254a",
"sources": [
"https://strangerthings.fandom.com/wiki/Mayfield_trailer",
"https://strangerthings.fandom.com/wiki/Category:Locations"
],
"thumbnail": "https://s6.imgcdn.dev/xb20L.jpg",
"name": "Mayfield trailer",
"description": "The Mayfield trailer is a trailer home that Max Mayfield and her mother lived in after Max's stepfather.",
"language": "en-US",
"images": [
"https://oddstops.com/i/2022/07/15/20220715084940-max-trailer.webp",
"https://oddstops.com/i/2022/07/15/p-202207150836-trailer-park-stranger-thing.webp"
],
"created_at": "2023-07-26T22:26:11.324",
"updated_at": "2023-07-26T22:26:11.324"
}