Thanks to visit codestin.com
Credit goes to mydentify.com

Live
  1. Trendle moved into first place in Best products for saving more money.
  2. Trendle moved into the top three in Best products for saving more money.
  3. Trendle has entered the race.
  4. YNAB moved into first place in Best products for saving more money.
  5. YNAB has entered the race.
  6. Headroom moved into first place in Best products for saving more money.
  7. Headroom is beginning to turn heads.
  8. leftovr moved into first place in Best products for saving more money.
  9. leftovr just got on the board.
  10. Tired of managing Stripe invoices? just got on the board.
Activity
Mydentify public API

Use Mydentify data in your app.

Read product-directory and weekly-leaderboard data as JSON. Public read routes use HTTPS, need no API key, and work without an account.

What you need

Start with three simple rules.

No API key required

Public read routes work without a token, login, or paid plan.

HTTPS on every request

Use the production host at https://mydentify.com.

JSON ready for browsers

Directory JSON routes allow browser requests from any origin.

Working read routes

Start with these public endpoints.

GET/directories.json

Browse every public directory

Get the full public directory catalog, collection links, scores, pricing, and listing details.

Open this endpoint
GET/leaderboards.json

Check the current leaderboard

Get the current weekly leaderboard, recent activity, rules, and completed results.

Open this endpoint
GET/openapi.json

Read the machine contract

Download the OpenAPI 3.1 document with every supported route, parameter, and response.

Open this endpoint
GET/llms.txt

Give agents plain text

Read a short Markdown map of Mydentify pages, public data, and route patterns.

Open this endpoint
Citation-ready sources

Give editors stable tool links.

Link to the tool page when you need a durable description, method, and limits. Each page also has a plain-text guide for editors, agents, and documentation systems.

Related source maps

Follow a complete tool path.

Use a focused hub when an editor or agent needs the related checks in a clear order. Each hub links back to the same canonical tool pages above.

Copy a request

Try the directory feed now.

This request returns the public directory catalog. The response includes permanent record URLs and links to smaller JSON or Markdown versions.

curl https://mydentify.com/directories.json
const response = await fetch("https://mydentify.com/directories.json");
const data = await response.json();
console.log(data.totalRecords);
Full route details

Read the full API contract.

The OpenAPI 3.1 file lists route patterns, request bodies, parameters, response codes, and schemas.