Skip to content

Codex Reset API

The Codex Reset API provides publicly accessible information about Codex usage-limit resets, including a 24-48 hour forecast, verified reset history, and current service status. Users can interact with this read-only MCP server and receive data in JSON format without needing an API key or sign-up.

Open documentation ↗
AuthHTTPSCORS?Weather

Verified today: 100% uptime

API key

Unconfirmed

HTTPS

Supported

Browser calls

Unconfirmed

Status

Live · 95/100

What our checks found

Health score
95/100
Reliability
100%
Average latency
326ms

Last checked 2026-09-24. Measured independently, not self-reported by the provider.

How to call it

A starting template for Codex Reset API. Replace ENDPOINT with the path from the official documentation, which we link above rather than guess at.

# Authentication requirement is unconfirmed. Check the documentation before relying on this.
curl -s "https://codex-reset.com/ENDPOINT" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Accept: application/json"

Where this listing comes from

Aggregated from one public source (freepublicapis), then normalised and checked by us.

Report an issue with this listing ↗

Other Weather APIs

See all 65

DWD API

Weather

API of the German Weather Service (DWD): weather data, data from specific weather stations, warnings (local, coast, sea, alps)

No keyCORSHTTPS

Verified 6 days ago: 100% uptime

View Details

openSenseMap

Weather

Data from Personal Weather Stations called senseBoxes

No keyCORSHTTPS

Verified 6 days ago: 100% uptime

View Details

US Weather

Weather

Weather forecasts and alerts from the US National Weather Service

No keyCORSHTTPS

Verified 6 days ago: 100% uptime

View Details

wttr.in

Weather

Weather in your terminal, supports JSON output

No keyCORSHTTPS

Verified 6 days ago: 100% uptime

View Details

Codex Reset API — common questions

Answered from what our own scheduled checks found, not from the provider's marketing.

Is Codex Reset API free to use?

Codex Reset API is listed in our free catalogue, but it requires some form of authentication, so you will need to register before your first call. Providers frequently reserve higher limits and commercial use for paid plans.

Does Codex Reset API need an API key?

Codex Reset API requires some form of authentication. Check the provider's documentation for which scheme it expects.

Can I call Codex Reset API from browser JavaScript?

We could not confirm CORS support for Codex Reset API. Test it from a browser before relying on it client-side; if the request succeeds in curl but fails in the console, CORS is the reason.

Is Codex Reset API still working?

Yes, as of 2026-09-24. Our automated check reached Codex Reset API and recorded a 100% reliability score with a median response time of 326 ms. We re-check on a schedule, and this page updates with the result.

Is Codex Reset API available over HTTPS?

Yes. Codex Reset API serves over HTTPS, so you can call it from a secure page without triggering a mixed-content block.