Show more

Use to navigate results, ENTER to select one, ESC to close

Type in any word to easily find the endpoint, property or group of operations you are looking for.

API changelog
Download source
  • JSON OpenAPI specification
  • YAML OpenAPI specification
Weather Service API

Topics

  • Introduction

Endpoints

  • City Search Analytics
    • Get City Search Tracker; If City Name Is Not Provided All Cities Tracker Will Be Returned GET
  • Home
    • Home GET
  • Actuator
    • Actuator root web endpoint GET
    • Actuator web endpoint 'feature' GET
    • Actuator web endpoint 'feature-featureName' GET
  • Current Weather APIs
    • Get current weather by zip GET
    • POST as GET: Get current weather by zip request model POST
    • Get current weather by coordinates GET
    • POST as GET: Get current weather by coordinates request model POST
    • Get current weather by city GET
    • POST as GET: Get current weather by city request model POST
Powered by Bump.sh
API changelog
Download source
  • JSON OpenAPI specification
  • YAML OpenAPI specification
Weather Service API

Actuator root web endpoint

View as Markdown
GET /actuator

Responses

  • 200
    application/vnd.spring-boot.actuator.v3+json
    application/vnd.spring-boot.actuator.v3+json application/vnd.spring-boot.actuator.v2+json application/json

    OK

    Hide response attribute Show response attribute object
    • Additional properties: object
      Hide Additional properties: attribute Show Additional properties: attribute object
      • Additional properties: object
        Hide Additional properties: attributes Show Additional properties: attributes object
        • href string
        • templated boolean
    Hide response attribute Show response attribute object
    • Additional properties: object
      Hide Additional properties: attribute Show Additional properties: attribute object
      • Additional properties: object
        Hide Additional properties: attributes Show Additional properties: attributes object
        • href string
        • templated boolean
    Hide response attribute Show response attribute object
    • Additional properties: object
      Hide Additional properties: attribute Show Additional properties: attribute object
      • Additional properties: object
        Hide Additional properties: attributes Show Additional properties: attributes object
        • href string
        • templated boolean
GET /actuator
curl \
 -X GET http://bytemetwice.ninja/actuator
Response examples (200)
{
  "Additional properties:": {
    "Additional properties:": {
      "href": "string",
      "templated": true
    }
  }
}
Response examples (200)
{
  "Additional properties:": {
    "Additional properties:": {
      "href": "string",
      "templated": true
    }
  }
}
Response examples (200)
{}