Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
  • Sign in / Register
Poduptime
Poduptime
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
    • Insights
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Packages
    • Packages
    • Container Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • diasporg
  • PoduptimePoduptime
  • Wiki
  • [Draft] API V2

[Draft] API V2

Last edited by David Morley Feb 19, 2017
Page history

V2 of the API defaults the data to json of all pods with all data, you can customize this call to the fields and format you like.

https://api.podupti.me/V2/

Required:

key=value

Optional:

fields=[array,of,fields]

filter=[array,of,filters]

since=timestamp

format=json,xml,jsonp

callback=xxx

domain=[array,of,domains]

example json: {

"totalpods": x,
"totalusers": x,
"usersbynetwork": [{"x":#,"x":#}],
"podsbynetwork": [{"x":#,"x":#}],
"pods": [
    {
        "id": "707",
        "domain": "rhizome-dev.ezpz.io",
        "status": "Up",
        "secure": "true",
        "score": "100",
        "userrating": "0",
        "adminrating": "0",
        "city": null,
        "state": null,
        "country": "DE",
        "lat": "51.299301147461",
        "long": "9.4910001754761",
        "ip": "188.40.166.10",
        "ipv6": "false",
        "monthsmonitored": "0",
        "uptime": "100.00",
        "latency": "166",
        "local_posts": "0",
        "comment_counts": "0",
        "date_created": "2017-02-11 13:35:21.818993",
        "date_updated": "2017-02-19 09:49:50",
        "date_laststats": "2017-02-19 09:49:50",
        "hidden": "false"
    }
]

}

Clone repository
  • API
  • Admin your pod
  • Home
  • [Draft] API V2
  • tips for podmins
More Pages