# ArtLovers.ai > A multilingual art platform covering exhibitions, artists, artworks, and museum/gallery locations worldwide. ## What this site offers - Current and upcoming art exhibitions searchable by city, country, and date range - Artist profiles with biographies, nationalities, art movements, and linked artworks - Artwork details with dimensions, mediums, genres, and art movements - Museum and gallery locations with addresses, coordinates, and links to current exhibitions - Content available in English and Spanish ## Languages - English: https://artlovers.travel/en/ - Spanish: https://artlovers.travel/es/ ## Key pages - Exhibitions: https://artlovers.travel/en/exhibitions - Artists: https://artlovers.travel/en/artists - Artworks: https://artlovers.travel/en/artworks - Museums & Galleries: https://artlovers.travel/en/locations ## Browse by location - Exhibitions in a country: https://artlovers.travel/en/exhibitions/in/{country-slug} - Exhibitions in a city: https://artlovers.travel/en/exhibitions/in/{country-slug}/{city-slug} - Museums in a country: https://artlovers.travel/en/museums/{country-slug} - Museums in a city: https://artlovers.travel/en/museums/{country-slug}/{city-slug} ## Browse by art movement - Artists by movement: https://artlovers.travel/en/artists/movement/{movement-slug} - Artworks by movement: https://artlovers.travel/en/artworks/movement/{movement-slug} - Exhibitions by movement: https://artlovers.travel/en/exhibitions/movement/{movement-slug} ## Public API All endpoints are free, read-only, and require no authentication. - Search exhibitions: https://artlovers.travel/api/exhibitions?country=Spain&city=Madrid&lang=en - Search artists: https://artlovers.travel/api/artists?nationality=Spanish&lang=en - Search artworks: https://artlovers.travel/api/artworks?artist=Picasso&lang=en - Search locations: https://artlovers.travel/api/locations?country=France&city=Paris&lang=en - OpenAPI spec: https://artlovers.travel/openapi.yaml ## MCP Server An MCP server is available for Claude and other MCP-compatible clients: ```json { "mcpServers": { "artlovers": { "command": "npx", "args": ["mcp-artlovers"] } } } ``` ## Structured data All detail pages include Schema.org JSON-LD markup: - Exhibitions: ExhibitionEvent - Artists: Person - Artworks: VisualArtwork - Locations: Museum ## Optional: llms-full.txt For more detail, see: https://artlovers.travel/llms-full.txt