mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Rest API or API for retrieving monitors and statusses #375
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#375
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hypherionmc on GitHub (Oct 10, 2021).
Is it a duplicate question?
Not really a duplicate, but #541 contains a similar request
Is your feature request related to a problem? Please describe.
I want to have a way to pull monitors and their status from some kind of API to integrate them with either a discord bot or some other place. Additionally such an API would make it possible to make mobile applications
Describe the solution you'd like
Preferably a REST api with a JSON format, or atleast the possibility to add your own API
@deefdragon commented on GitHub (Oct 10, 2021):
Basically a duplicate of #118, where, as mentioned, some of the API is already public but just lacking documentation, and the rest is missing a way to generate an API key.
<host>/api/status-p*************<host>/api/status-p*************(Edit by @louislam: masked this because some people who did not read your description think that it is a private api)
The above two endpoints are public and provide the requested monitors and their statuses for the monitors displayed on the status page if that is all you need.
@louislam commented on GitHub (Oct 11, 2021):
Agree, focus in one post. Duplicate of #118.
@hypherionmc commented on GitHub (Oct 11, 2021):
My apologies. That one didn't show up in the search results. Thank you