Integrations

Live data, delivered into the systems you already run

Three ways to consume Ananas GDS data — a developer API, a no-code website widget, and classic export — all kept in sync automatically.

REST API

Pull fact sheets, photos and stop-sale data in JSON or XML. One partnership token authenticates and scopes access to exactly the properties you're contracted for.

Website widget

Drop one snippet onto a hotel site, operator portal or booking engine. It renders live data and stays in sync — no build required.

Export Center

Generate branded PDFs and send them to mailing groups — ideal for partners not yet on the platform.

Developer API

A clean, predictable REST interface

Three core endpoints cover everything: published fact sheets, property photos, and the stop-sale calendar. Filter by property or date range, choose your format, and you're done.

  • JSON by default, XML with one parameter
  • Token scoped to the contract — nothing leaks
  • Always live — no nightly batch, no stale files
Read the API docs
// GET published fact sheets
GET /api/facts/published-
    partners/{token}/
// response
[ {
  "property_id": "abc123",
  "property_name": "Grand Resort",
  "main_info": { },
  "rooms": [ ]
} ]
GRAPHIC PLACEHOLDEREmbedded widget preview
No-code widget

Live property data on any website

Copy one embed snippet, paste it where you want the fact sheet to appear, and the widget handles the rest. Choose sections, language and theme with simple data attributes.

  • Domain-locked tokens prevent unauthorized embeds
  • Light or dark theme, multi-language labels
  • Always reflects your latest published data
How it flows

One source of truth, every channel in sync

Publish your data once. Ananas GDS distributes it to every contracted partner and channel — automatically.

GRAPHIC PLACEHOLDER Data-flow diagram from WordPress Integrations page

Start integrating today

Create a free account, connect a partner, and pull your first live response in minutes.