Fandom APIaesthetics.fandom.com ↗
Explore thousands of design aesthetics from the Aesthetics Wiki by browsing the complete catalog or diving into detailed information about any specific aesthetic style. Discover the visual elements, inspirations, and characteristics that define each aesthetic movement to fuel your creative projects.
No input parameters required.
curl -X GET 'https://api.parse.bot/scraper/1cf5559d-b4e9-48e2-9bc4-4e9d05e68f20/list_design_aesthetics' \ -H 'X-API-Key: $PARSE_API_KEY'
Lists all design aesthetics from the Design Aesthetics category on the Aesthetics Wiki. Returns the complete set of aesthetics with their page IDs, titles, and wiki URLs. The category currently contains ~163 entries. A single call retrieves all entries (internally paginated against the wiki API with a hard cap of 20 iterations).
No input parameters required.
{
"type": "object",
"fields": {
"total": "integer — number of aesthetics returned",
"aesthetics": "array of aesthetic summary objects with page_id, title, and url"
},
"sample": {
"data": {
"total": 163,
"aesthetics": [
{
"url": "https://aesthetics.fandom.com/wiki/2000s_Modern_Baroque",
"title": "2000s Modern Baroque",
"page_id": 53477
},
{
"url": "https://aesthetics.fandom.com/wiki/8-Bit",
"title": "8-Bit",
"page_id": 36537
},
{
"url": "https://aesthetics.fandom.com/wiki/Art_Deco",
"title": "Art Deco",
"page_id": 254
}
]
},
"status": "success"
}
}About the Fandom API
The Fandom API on Parse exposes 2 endpoints for the publicly available data on aesthetics.fandom.com. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.