Artsy is the world's largest online art marketplace, connecting collectors with artists and galleries worldwide. The platform features over 1 million artworks from 100,000+ artists and provides access to galleries, art fairs, and auction houses globally. Artsy offers a Public API providing access to images of historic artwork and related information for educational and non-commercial purposes, with access limited to public domain works. The API provides resources for artists, artworks, galleries, shows, sales, and gene (classification) data. Note that the public API may be retired; partner integrations are handled through a separate partner API program.
Artsy publishes 1 API on the APIs.io network: Public API. Tagged areas include Art, Marketplace, Artists, Collectors, and Galleries.
Artsy’s developer surface includes developer portal, documentation, engineering blog, signup flow, API reference, getting-started guide, support, and 28 more developer resources.
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it
carries 10 points of the composite. It is scored from the published contracts
themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already
holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in
front of it, and the first time that check is skipped a duplicate record is created.
Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet,
not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/artsy: open an issue to ask a question, or submit a pull request to add artifacts.
Submit an artifact on GitHub — free →Manage your own listing — the Influence plan, $499/mo →
The Artsy Public API provides access to images of historic artwork and related information on artsy.net for educational and non-commercial purposes. Resources include artists, a...
Metaphysics is Artsy's public GraphQL gateway — the contract that actually powers artsy.net and the Artsy iOS and Android apps. It wraps Artsy's internal services (Gravity, Exch...
Comprehensive database of artist biographies, artwork metadata, images, dimensions, medium, and provenance for over 1 million artworks.
Gallery and Show Data
Access to gallery profiles, exhibition shows, art fairs, and partner information from Artsy's global gallery network.
Art Classification Genes
Artsy's proprietary gene taxonomy for classifying artworks by style, period, subject matter, and medium, enabling sophisticated art discovery and recommendation.
Auction and Sales Data
Sale, bidder, and bid information for auction and buy-now listings on the Artsy platform.
Full-Text Search
Search across artists, artworks, galleries, and other art world entities with faceted filtering and relevance ranking.
Educational platforms use the Artsy API to access public domain artwork images and artist information for art history curriculum and museum education tools.
Gallery Integration
Partner galleries integrate with the Artsy Partner API to manage artwork listings, track collector inquiries, and access sales analytics.
Art Discovery Tools
Developers build art recommendation and discovery applications using Artsy's gene taxonomy and artist relationship data.
Research and Analysis
Art market researchers access Artsy data to analyze trends, auction results, and artist career trajectories.
Pre-built integrations with other platforms and tools.
Artsy Partner Program
Gallery and auction house partners integrate directly with Artsy through the Partner API for full marketplace integration including artwork listings and collector communications.
aid: artsy
name: Artsy
description: Artsy is the world's largest online art marketplace, connecting collectors with artists and galleries worldwide.
The platform features over 1 million artworks from 100,000+ artists and provides access to galleries, art fairs, and auction
houses globally. Artsy offers a Public API providing access to images of historic artwork and related information for educational
and non-commercial purposes, with access limited to public domain works. The API provides resources for artists, artworks,
galleries, shows, sales, and gene (classification) data. Note that the public API may be retired; partner integrations are
handled through a separate partner API program.
type: Index
deliveryModel:
model: saas
open_source: false
commercial: true
callable_host: false
label: Hosted service · you call their endpoint
confidence: medium
source:
- pricing
generated: '2026-08-28'
method: derived
accessModel:
pricing: freemium
onboarding: unknown
trial: false
try_now: false
public: false
label: Freemium
confidence: medium
source:
- plans
generated: '2026-07-22'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/artsy.png
tags:
- Art
- Marketplace
- Artists
- Collectors
- Galleries
- Auctions
- Museums
- Art Market
- Culture
- Images
created: '2025-02-24'
modified: '2026-09-07'
specificationVersion: '0.23'
url: https://raw.githubusercontent.com/api-evangelist/artsy/refs/heads/main/apis.yml
apis:
- aid: artsy:artsy-api
name: Artsy Public API
description: The Artsy Public API provides access to images of historic artwork and related information on artsy.net for
educational and non-commercial purposes. Resources include artists, artworks, editions, fairs, genes (art classification
taxonomy), images, shows, collections, partners, profiles, search, sales, bids, and bidder positions.
humanURL: https://developers.artsy.net/
baseURL: https://api.artsy.net/api
tags:
- Art
- Artists
- Artwork
- Galleries
- Search
properties:
- type: Documentation
url: https://developers.artsy.net/v2
- type: GettingStarted
url: https://developers.artsy.net/v2/docs/authentication
- type: Authentication
url: https://developers.artsy.net/v2/docs/authentication
- type: OpenAPI
url: openapi/artsy-public-api-openapi.yml
- type: APIReference
url: https://developers.artsy.net/v2
title: Artsy Public API Reference (v2)
- type: TermsOfService
url: https://developers.artsy.net/v2/terms
title: Artsy Public API Terms of Use
- type: Console
url: https://developers.artsy.net/v2/playground
title: API Playground (Artsy login required)
- aid: artsy:metaphysics
name: Artsy Metaphysics GraphQL API
description: Metaphysics is Artsy's public GraphQL gateway — the contract that actually powers artsy.net and the Artsy iOS
and Android apps. It wraps Artsy's internal services (Gravity, Exchange, Convection) behind a single Relay-compatible
schema of 1,478 object types, 165 Query root fields and 306 mutations, covering commerce and offers, editorial, viewing
rooms, price and auction insights, consignment submissions, conversations and personalized discovery — none of which the
retiring REST Public API exposes. Runtime introspection is disabled; Artsy publishes the schema instead as _schemaV2.graphql
in the open-source metaphysics repository. Most fields require a user access token obtained through the same OAuth 2 endpoints
as the REST API.
humanURL: https://github.com/artsy/metaphysics
baseURL: https://metaphysics-production.artsy.net/v2
tags:
- GraphQL
- Art
- Commerce
- Auctions
- Editorial
properties:
- type: GraphQL
url: graphql/artsy-metaphysics.graphql
- type: GraphQLSchema
url: graphql/artsy-metaphysics.graphql
- type: SourceCode
url: https://github.com/artsy/metaphysics
- type: Documentation
url: https://github.com/artsy/metaphysics/blob/main/README.md
- type: ToolCrosswalk
url: mcp/artsy-tool-crosswalk.yml
common:
- type: AgenticAccess
url: agentic-access/artsy-agentic-access.yml
- type: Website
url: https://www.artsy.net/
- type: DomainSecurity
url: security/artsy-domain-security.yml
- type: LinkedIn
url: https://www.linkedin.com/company/artsyinc
- type: Portal
url: https://www.artsy.net/
title: Artsy Website
- type: Documentation
url: https://developers.artsy.net/
title: Developer Documentation
- type: Blog
url: https://artsy.github.io/
title: Engineering Blog
- type: GitHubOrganization
url: https://github.com/artsy
title: Artsy GitHub Organization
- type: Signup
url: https://www.artsy.net/signup
title: Sign Up
- type: Login
url: https://www.artsy.net/login
title: Login
- type: Features
data:
- name: Artist and Artwork Data
description: Comprehensive database of artist biographies, artwork metadata, images, dimensions, medium, and provenance
for over 1 million artworks.
- name: Gallery and Show Data
description: Access to gallery profiles, exhibition shows, art fairs, and partner information from Artsy's global gallery
network.
- name: Art Classification Genes
description: Artsy's proprietary gene taxonomy for classifying artworks by style, period, subject matter, and medium,
enabling sophisticated art discovery and recommendation.
- name: Auction and Sales Data
description: Sale, bidder, and bid information for auction and buy-now listings on the Artsy platform.
- name: Full-Text Search
description: Search across artists, artworks, galleries, and other art world entities with faceted filtering and relevance
ranking.
- type: UseCases
data:
- name: Art Education Applications
description: Educational platforms use the Artsy API to access public domain artwork images and artist information for
art history curriculum and museum education tools.
- name: Gallery Integration
description: Partner galleries integrate with the Artsy Partner API to manage artwork listings, track collector inquiries,
and access sales analytics.
- name: Art Discovery Tools
description: Developers build art recommendation and discovery applications using Artsy's gene taxonomy and artist relationship
data.
- name: Research and Analysis
description: Art market researchers access Artsy data to analyze trends, auction results, and artist career trajectories.
- type: Integrations
data:
- name: Artsy Partner Program
description: Gallery and auction house partners integrate directly with Artsy through the Partner API for full marketplace
integration including artwork listings and collector communications.
- type: APIReference
url: https://developers.artsy.net/v2
title: Public API Reference
- type: GettingStarted
url: https://developers.artsy.net/v2/docs/authentication
title: Getting Started — obtain credentials and mint a token
- type: Support
url: https://support.artsy.net/
title: Artsy Help Center
- type: TermsOfService
url: https://www.artsy.net/terms
title: Terms and Conditions
- type: PrivacyPolicy
url: https://www.artsy.net/privacy
title: Privacy Policy
- type: Security
url: https://www.artsy.net/security
title: Artsy Security
- type: StatusPage
url: https://status.artsy.net/
title: Artsy Status
- type: Deprecation
url: https://developers.artsy.net/
title: Public API retirement notice
- type: Authentication
url: authentication/artsy-authentication.yml
- type: OAuthScopes
url: scopes/artsy-scopes.yml
- type: Conventions
url: conventions/artsy-conventions.yml
- type: ErrorCatalog
url: errors/artsy-problem-types.yml
- type: Lifecycle
url: lifecycle/artsy-lifecycle.yml
- type: Conformance
url: conformance/artsy-conformance.yml
- type: DataModel
url: data-model/artsy-data-model.yml
- type: Packages
url: packages/artsy-packages.yml
- type: SDKs
url: packages/artsy-packages.yml
title: First-party client libraries
- type: Sandbox
url: sandbox/artsy-sandbox.yml
title: Staging environment and playground
- type: RateLimits
url: rate-limits/artsy-rate-limits.yml
- type: Plans
url: plans/artsy-plans-pricing.yml
- type: Overlay
url: overlays/artsy-public-api-overlay.yaml
- type: LLMsTxt
url: llms/artsy-llms.txt
- type: AgentSkill
url: skills/_index.yml
- type: X-MCPServerCandidate
url: mcp/artsy-mcp.yml
- type: VulnerabilityDisclosure
url: security/artsy-vulnerability-disclosure.yml
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
x-enrichment:
date: '2026-09-07'
status: enriched
artifacts_added: 25
pass: local-v3
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.