Pet Store Demo
    Pet Store Demo
    • 🐶 Walk through Apidog
    • Sample APIs
      • Deletes a pet
        DELETE
    • Find pet by ID
      GET
    • Finds Pets by status
      GET
    • Add a new pet to the store
      POST
    • Update an existing pet
      PUT
    • Pet User ID
      GET
    • API-Token
      GET
    • Apidog Echo
      GET
    • sayHello
      POST
    • New Request
      GET
    • Weather
      GET

      Weather

      GET
      /VisualCrossingWebServices/rest/services/timeline/London,UK

      Request

      Query Params
      unitGroup
      string 
      required
      Example:
      us
      key
      string 
      required
      Example:
      XTCWGUDBLZMNLTE328Y2SW3PH

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://dev.your-api-server.com/VisualCrossingWebServices/rest/services/timeline/London,UK?unitGroup=us&key=XTCWGUDBLZMNLTE328Y2SW3PH'

      Responses

      🟢200Success
      application/json
      Body
      object {0}
      Example
      {}
      Previous
      New Request
      Built with