Install free

For programs and assistants

The registry API

Format holdmark-expediente/1.0 · version v1

Everything holdmark publishes about a store can be read from a program: no keys, no sign-up, free. It is the same information anyone sees on that store's page, in a format meant for a machine to understand.

How to use it

One request, one store, by its domain:

curl https://holdmark.org/api/v1/tiendas/tienda-ejemplo.com

The domain may be given with www. or without it, in upper or lower case: the answer is the same. To find out what is available and what everything is called, the API describes itself:

curl https://holdmark.org/api/v1

What it returns

The store's full record. Every fact carries its answer, its source and the period it covers:

{
  "format": "holdmark-expediente/1.0",
  "merchant": { "domain": "tienda-ejemplo.com", "platform": "shopify" },
  "facts": {
    "delivers_orders": { "answer": "yes", "value": 0.99, "source": "carrier" },
    "refunds_money":   { "answer": "yes", "source": "payment_processor" },
    "bank_claims":     { "value": 2, "unit": "per_1000_orders" },
    "verified_orders": { "band": "+50.000" }
  },
  "not_measured": ["customer_service", "product_quality", "opinions"],
  "rounding": "against the merchant"
}

How to read the figures

Limits and errors

What the API does not do

There is no store listing and no way to find out how many there are: you query them one at a time, by domain. That is deliberate, to protect the commercial information of the registered stores.

Nor is there any writing: nobody can change a record from outside, not even by paying. The facts come from what the carrier and the payment processor record.

Terms of use

You may use and quote this data, citing holdmark.org as the source and linking to the store's record. What you may not do is present it as something it is not: these are facts measured over a period, not a recommendation or a guarantee about any particular purchase.

If you build something with this and need more volume than the limit allows, write to us at equipo@holdmark.org.