Open workspace
LIVE
ECO_LY.DATA

Share Eco Libya data on your site

Display approved indicators on your website with an auto-updating embeddable card, or use the public data API.

Embed code generator

Pick an indicator and display options, then copy the code into your site.

Usage and attribution terms

  • Attribution is required: keep the “Source: Eco Libya” line and its link visible in the card.
  • Only approved values are shown, and they update automatically when new values are approved.
  • Values may not be altered or attributed to another source.
  • Embedding is available to approved domains only; request approval before publishing.

Request domain approval

Send your organisation name and website domain to the address below; embedding is enabled after review.

info@tjara.tech

Public data API

A read-only API for active indicators and approved values, with interactive docs and a ready Postman collection.

curl "https://ecolibya.com/api/public/v1/indicators/{code}/values"

fetch("https://ecolibya.com/api/public/v1/indicators")
  .then((r) => r.json())
  .then(console.log);

Access key and daily limits

Public reads need no key. For higher volumes, create an x-api-key from the subscriber workspace; each key has a plan-based daily limit.