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

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)
{}