Architect of the Capitol · Example Payload

Aoc Data Api Artwork List Example

Federal GovernmentCapitol HillCongressHistoric PreservationGovernment Services

Aoc Data Api Artwork List Example is an example object payload from Architect of the Capitol, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

$schemaexample

Example Payload

Raw ↑
{
  "$schema": "https://raw.githubusercontent.com/api-evangelist/architect-of-the-capitol/refs/heads/main/json-schema/aoc-data-api-artwork-list-schema.json",
  "example": {
    "total": 42,
    "offset": 42,
    "limit": 42,
    "artworks": [
      {
        "id": {},
        "title": {},
        "artist": {},
        "yearCreated": {},
        "medium": {},
        "dimensions": {},
        "location": {},
        "buildingId": {},
        "description": {},
        "imageUrl": {},
        "acquisitionDate": {},
        "historicalSignificance": {}
      }
    ]
  }
}