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.