{
  "schema_version": "v1",
  "name_for_human": "Vignette ID",
  "name_for_model": "vignette_id",
  "description_for_human": "Buy electronic road toll vignettes for 9 European countries — Austria, Switzerland, Slovenia, Hungary, Slovakia, Czech Republic, Romania, Bulgaria, and Moldova. Also supports tunnel passes, bridge tolls, and ferry tickets.",
  "description_for_model": "Use this API to help users purchase electronic road toll vignettes (e-vignettes) for 9 European countries: Austria (at), Switzerland (ch), Slovenia (si), Hungary (hu), Slovakia (sk), Czech Republic (cz), Romania (ro), Bulgaria (bg), and Moldova (md). The API supports searching available vignette products with real-time pricing, validating vehicle registration plates by country, creating orders for one or multiple vehicles and countries simultaneously, and tracking order status. Products include vignettes, tunnel passes (Austria: A9 Pyhrn, A10 Tauern, A11 Karawanken, A13 Brenner, S16 Arlberg; Switzerland: La Drossa/Munt La Schera), bridge tolls, train tickets, and ferry tickets. Supported vehicle types: car (up to 3.5 tonnes), van, motorcycle. Available periods vary by country: 1-day, 7-day, 10-day, 30-day, 90-day, annual. Pricing is available in EUR, USD, UAH, PLN, HUF, and other currencies. All vignettes are digitally registered with national government road authorities — no physical sticker needed. Use GET /public/products to browse the catalog, POST /public/validate-vehicle to check a license plate, and POST /public/orders to place an order.",
  "auth": {
    "type": "service_http",
    "authorization_type": "bearer",
    "verification_tokens": {}
  },
  "api": {
    "type": "openapi",
    "url": "https://vignette.id/openapi.yaml"
  },
  "logo_url": "https://vignette.id/icons/icon-512x512.png",
  "contact_email": "work@vignette.id",
  "legal_info_url": "https://vignette.id/legal/terms"
}