{% extends "base.html" %} {% block title %}Export — ArtNode{% endblock %} {% block content %}
API Token

Share this token with anyone who needs programmatic access to your collection data. They must include it as an Authentication-Token header in every request.

{{ token }}
Download Collection

Download your full collection as a LIDO 1.1 XML file — the standard format used by museums and cultural heritage institutions worldwide.

Download LIDO XML
API Endpoints

All endpoints require the Authentication-Token header.

{% set endpoints = [ ("LIDO XML — single artwork", base_url ~ "/api/v1/artworks/1/lido"), ("LIDO XML — bulk paginated", base_url ~ "/api/v1/lido?page=1&per_page=50"), ("JSON-LD — single artwork", base_url ~ "/api/v1/artworks/1"), ("JSON-LD — full collection", base_url ~ "/api/v1/collection?page=1"), ] %} {% for label, url in endpoints %}
{{ label }}
{{ url }}
{% endfor %}
Replace /1 with the actual artwork ID. Use page and per_page to paginate bulk exports.
ESTV Margin Tax Export (Art. 24a MWSTG)

Export all margin-taxed sales for your accountant or tax submission. Filtered by invoice date range. Includes: Stock ID, purchase date, purchase price, invoice number, sale price, margin, VAT owed per item.

Leave dates blank to export all margin-taxed sales. Anti-netting applied per item (losses → CHF 0.00 VAT).

{% endblock %}