API Changelog
API Changelog
Section titled “API Changelog”A record of changes to the Artland Partner Sync API.
v1.0.0 — June 2026
Section titled “v1.0.0 — June 2026”Initial release of the Partner Sync API.
Features
Section titled “Features”- 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) andak_search_(search) key types - Access tiers —
read_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)
Endpoints
Section titled “Endpoints”| Endpoint | Method | Description |
|---|---|---|
/v1/artworks | POST | Create or update artwork |
/v1/artworks | GET | List artworks |
/v1/artworks/:id | GET | Get artwork |
/v1/artworks/:id | PUT | Update artwork |
/v1/artists | POST | Create or update artist |
/v1/artists | GET | List artists |
/v1/events | POST | Create or update event |
/v1/events | GET | List events |
/v1/events/:id | GET | Get event |
/v1/events/:id | DELETE | Delete event |
/v1/profile | GET | Get profile |
/v1/profile | PUT | Update profile |
/v1/search | GET | Search entities |
/v1/me | GET | Key info and usage |
/v1/changelog | GET | Recent changes |
/v1/sync/status | GET | Sync timestamps |
MCP Tools
Section titled “MCP Tools”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
Integrations
Section titled “Integrations”- 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
Infrastructure
Section titled “Infrastructure”- Cloudflare Worker —
api-v1-worker.js - Neon — Postgres backend
- D1 — Edge read cache
- KV — Rate limiting and idempotency cache