Discover/Fandom API
live

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.

This API takes change requests — .
Endpoint health
monitored
get_aesthetic_details
list_design_aesthetics
Checks pendingself-healing
Endpoints
2
Updated
2h ago
This call costs1 credit / call— charged only on success
Try it

No input parameters required.

api.parse.bot/scraper/1cf5559d-b4e9-48e2-9bc4-4e9d05e68f20/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/1cf5559d-b4e9-48e2-9bc4-4e9d05e68f20/list_design_aesthetics' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalmissing one? ·

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).

Input

No input parameters required.

Response
{
  "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.