# What is official endpoint to check OpenAI \`API\` status

**URL:** https://community.openai.com/t/what-is-official-endpoint-to-check-openai-api-status/1134802
**Category:** API
**Tags:** question, api
**Created:** [March 4, 2025, 1:44am UTC](https://community.openai.com/t/what-is-official-endpoint-to-check-openai-api-status/1134802 "2025-03-04T01:44:55Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![firstjin19990101](https://sea2.discourse-cdn.com/openai1/user_avatar/community.openai.com/firstjin19990101/32/560268_2.png) [@firstjin19990101](https://community.openai.com/u/firstjin19990101)
#### Post date: [March 4, 2025, 1:44am UTC](https://community.openai.com/t/what-is-official-endpoint-to-check-openai-api-status/1134802/1 "2025-03-04T01:44:55Z")

</div>

About four days ago, I was checking the status of OpenAI’s API using [https://status.openai.com/api/v2/summary.json](https://status.openai.com/api/v2/summary.json).

However, since around four days ago, the API field has disappeared from the API response. Is there an endpoint available for checking the API status?

---

<div class="post-metadata">

### Author: ![jochenschultz](https://sea2.discourse-cdn.com/openai1/user_avatar/community.openai.com/jochenschultz/32/491030_2.png) [@jochenschultz](https://community.openai.com/u/jochenschultz)
#### Post date: [March 4, 2025, 3:47am UTC](https://community.openai.com/t/what-is-official-endpoint-to-check-openai-api-status/1134802/2 "2025-03-04T03:47:32Z")

</div>

> **[OpenAI status](https://status.openai.com/feed.rss)**

Maybe you can use this?

Or else this

[https://status.openai.com/proxy/status.openai.com](https://status.openai.com/proxy/status.openai.com)

---

<div class="post-metadata">

### Author: ![firstjin19990101](https://sea2.discourse-cdn.com/openai1/user_avatar/community.openai.com/firstjin19990101/32/560268_2.png) [@firstjin19990101](https://community.openai.com/u/firstjin19990101)
#### Post date: [March 11, 2025, 2:22am UTC](https://community.openai.com/t/what-is-official-endpoint-to-check-openai-api-status/1134802/3 "2025-03-11T02:22:26Z")

</div>

@jochenschultz thank you for your comment.

I think so too!

---

<div class="post-metadata">

### Author: ![mohammad\_ghanbari](https://sea2.discourse-cdn.com/openai1/user_avatar/community.openai.com/mohammad_ghanbari/32/513435_2.png) [@mohammad\_ghanbari](https://community.openai.com/u/mohammad_ghanbari)
#### Post date: [July 28, 2025, 8:36am UTC](https://community.openai.com/t/what-is-official-endpoint-to-check-openai-api-status/1134802/4 "2025-07-28T08:36:21Z")

</div>

im in the request handler side,  
i want to know, how this will be handle in your side? i mean, i need to figure out health and status of each engine llm model.  
is there ay way to figure out how this ganna be handle the openai while thousands of the requests will reach their server and this load distributer how it works?

---

<div class="post-metadata">

### Author: ![moe1](https://avatars.discourse-cdn.com/v4/letter/m/7bcc69/32.png) [@moe1](https://community.openai.com/u/moe1)
#### Post date: [September 5, 2025, 1:56am UTC](https://community.openai.com/t/what-is-official-endpoint-to-check-openai-api-status/1134802/5 "2025-09-05T01:56:37Z")

</div>

This one has good responses for the API:  
[https://status.openai.com/api/v2/components.json](https://status.openai.com/api/v2/components.json)

---

<div class="post-metadata">

### Author: ![shubhamatkal](https://sea2.discourse-cdn.com/openai1/user_avatar/community.openai.com/shubhamatkal/32/511588_2.png) [@shubhamatkal](https://community.openai.com/u/shubhamatkal)
#### Post date: [November 16, 2025, 10:26am UTC](https://community.openai.com/t/what-is-official-endpoint-to-check-openai-api-status/1134802/6 "2025-11-16T10:26:13Z")

</div>

Isnt there better way to get API status than [https://status.openai.com/proxy/status.openai.com](https://status.openai.com/proxy/status.openai.com) . Something like webhook in the code ?
