For agents and developers

This catalogue is meant to be read by people and by machines. This page gathers the addresses that serve the published content in formats a search engine, an AI agent or a program can consume without parsing HTML.

Addresses

AddressWhat it returns
/sitemap.xmlSitemap index, with one sitemap per language and kind of content.
/robots.txtCrawling rules. Search and AI crawlers are welcome.
/llms.txtShort map of the site: the company, the languages, the sections and the main links.
/llms-full.txtLong index, generated from the catalogue: every published product and article, with a summary.
/api/v1/Read-only JSON API, with pagination and a language filter.
/en/blog/rss.xmlFeed of the blog articles, one per language.

Markdown of any product or article

Append `.md` to the address of a product or an article and you get the same information in markdown: title, reference, specifications, documents and the canonical link. The `.md` address is the canonical version of the markdown.

The HTML address also answers in markdown when the request carries `Accept: text/markdown`. Without that header it answers the page.

curl -s https://eiccontrol.com/en/product/{slug}.md
curl -s -H "Accept: text/markdown" https://eiccontrol.com/en/product/{slug}/

Public API

No key, no writes, no personal data. It returns only what is published: a draft reference answers 404, like any address that does not exist.

Parameters: `lang` (pt, es, en), `page` and `per_page` (up to 100).

curl -s "https://eiccontrol.com/api/v1/products?lang=en&per_page=5"

Freshness

All these answers are cached for a few minutes. When an item stops being published it leaves these addresses in under a minute, and its `.md` version starts answering 404.

Usage policy

  • Published content may be read, indexed and quoted, with the source named.
  • Prices are not published. Any commercial answer goes through a quote request or the sales address.
  • Product text, specifications and documents come from the manufacturers: check the current documentation before choosing an instrument.
  • Keep a reasonable request rate. Cached answers are instant; the rest is database work.
  • No cross-site tracking and no personal data on these addresses.

Something missing?

If you need a format or a field that is not here, talk to us.

Write to the team