Public API
  1. Reference
Public API
  • Core V2
    • Reference
      • GET Reference by ref
        GET
  • AdOps V1
    • All Advertisers
      GET
  • AdOps V2
    • Ads
      • Paginated Ads
      • GET a random Ad
    • Categories
      • GET Ads Categories
  • Messenger V2
    • Mailinglist
      • GET paginated Mailinglists
    • Subscription
      • POST Subscription
      • GET all Reader Subscriptions
      • DELETE all Reader Subscriptions
      • DELETE Reader Subscription by id
  • Docs V2
    • Content
      • Content by id
      • Questions results by Content id
    • Template
      • List templates
      • Template by id
    • Vote
      • Submit a Vote
  • Community V2
    • ProfileType
      • GET all ProfileTypes
      • GET ProfileType by id
  • Publisher V2
    • Announcement
      • Announcement by id
    • Block
      • Block by id
    • Distribution
      • Distribution by id
      • Releases by distribution id
    • Issue
      • Issue by id
    • Issue Content
      • Issue Contents Feed by id
      • Search paginated Contents in an Issue Feed
    • Media
      • Paginated Medias
      • Media by id
    • Media Category
      • Paginated Categories by Media id
      • Category by Media id and id
    • Media Content
      • Paginated Contents by Media id
      • Search Contents in a Media Feed
      • Content by Media and id
      • Content Questions results by Media and id
    • Media Menu
      • Paginated Menus by Media id
      • Media Menu by key
    • Media Profile Event
      • Paginated events by Media
      • Events date by range
      • Search paginated events by Media
      • Event by Media and id
      • Event blocks by Media and id
    • Media Profile Organization
      • Paginated organizations by Media
      • Search paginated organizations by Media
      • Organization by Media and id
      • Organization blocks by Media and id
    • Media Profile Person
      • Paginated people by Media
      • Search paginated people by Media
      • Person by Media and id
      • Person blocks by Media and id
    • Media Profile Project
      • Paginated projects by Media
      • Search paginated projects by Media
      • Project by Media and id
      • Project blocks by Media and id
    • Organization Announcement
      • Paginated Organization Announcements by id
    • Organization Distribution
      • Paginated Organization Distributions by id
    • Organization Webpage
      • Paginated Organization Webpages by id
      • Organization Webpage by id and slug
    • Publication
      • Paginated Publications
    • Release
      • Release by id
    • RSS
      • RSS by id
    • Section
      • Section by id
      • Paginated Contents by Section Feed id
  1. Reference

GET Reference by ref

GET
/references/{ref}
Get a Reference by combinaison of both provider and id, colon separated.

Request

Path Params

Responses

🟢200OK
application/json
OK
Body

🟠400Bad Request
🟠404Record Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://prod.your-api-server.com/references/'
Response Response Example
200 - Example 1
{
    "data": {
        "id": "string",
        "provider": "string",
        "urn": "urn:document:article:a50e0a6a-d84c-48a8-935f-b5267f28e9ca"
    }
}
Modified at 2025-06-18 14:05:10
Next
All Advertisers
Built with