Skip to content

API Changelog

A record of changes to the Artland Partner Sync API.

Initial release of the Partner Sync API.

  • REST API at https://api.artland.com/v1/
  • MCP Server at https://api.artland.com/v1/mcp/sse
  • API Key system with ak_live_ (sync) and ak_search_ (search) key types
  • Access tiersread_only (claimed), read_write (subscriber/sponsored)
  • Rate limiting — 30/min (read_only), 100/min (read_write)
  • Daily read limits — 500/day (read_only), unlimited (read_write)
EndpointMethodDescription
/v1/artworksPOSTCreate or update artwork
/v1/artworksGETList artworks
/v1/artworks/:idGETGet artwork
/v1/artworks/:idPUTUpdate artwork
/v1/artistsPOSTCreate or update artist
/v1/artistsGETList artists
/v1/eventsPOSTCreate or update event
/v1/eventsGETList events
/v1/events/:idGETGet event
/v1/events/:idDELETEDelete event
/v1/profileGETGet profile
/v1/profilePUTUpdate profile
/v1/searchGETSearch entities
/v1/meGETKey info and usage
/v1/changelogGETRecent changes
/v1/sync/statusGETSync timestamps

11 tools available: artland_sync_artwork, artland_list_artworks, artland_sync_artist, artland_list_artists, artland_sync_event, artland_list_events, artland_get_profile, artland_update_profile, artland_search, artland_get_changelog, artland_get_sync_status

  • Verified Badge — Embeddable badge with dofollow/nofollow policy
  • iCal Support — Calendar feeds for events
  • Dofollow links — For subscriber and sponsored accounts
  • Tracking pixel — Cookieless, GDPR-compliant impression counting
  • Cloudflare Workerapi-v1-worker.js
  • Neon — Postgres backend
  • D1 — Edge read cache
  • KV — Rate limiting and idempotency cache