Giter VIP home page Giter VIP logo

doge.js's Introduction

Dog Breeds API Documentation

Overview

This document outlines the available endpoints in the Dog Breeds API, which allows users to retrieve information about various dog breeds, including a list of all breeds and detailed information about a specific breed.

Base URL

https://dogejs.vercel.app/api

Endpoints

Get a List of All Dog Breeds

  • URL: /breeds
  • Method: GET
  • Description: Retrieves a list of all dog breeds.
  • Responses:
    • 200 OK
      • Content-Type: application/json
      • Body: An array of strings, each representing a dog breed.
      • Example:
        [
          "Affenpinscher",
          "Afghan Hound",
          "Airedale Terrier"
        ]

Get Details of a Specific Dog Breed

  • URL: /dogs
  • Method: GET
  • Query Parameters:
    • id (required): The ID of the dog breed.
  • Description: Retrieves detailed information about a specific dog breed.
  • Responses:
    • 200 OK
      • Content-Type: application/json
      • Body:
        {
          "id": "Akita",
          "description": "Akitas are burly, heavy-boned spitz-type dogs of imposing stature...",
          "temperament": "Courageous, Dignified, Profoundly Loyal",
          "popularity": 47,
          "min_height": 60.96,
          "max_height": 71.12,
          "min_weight": 31.7514659,
          "max_weight": 58.9670081,
          "min_expectancy": 10,
          "max_expectancy": 13,
          "group": "Working Group",
          "grooming_frequency_value": 0.8,
          "grooming_frequency_category": "Daily Brushing",
          "shedding_value": 0.6,
          "shedding_category": "Seasonal",
          "energy_level_value": 0.8,
          "energy_level_category": "Energetic",
          "trainability_value": 1,
          "trainability_category": "Eager to Please",
          "demeanor_value": 0.6,
          "demeanor_category": "Alert/Responsive"
        }
    • 404 Not Found
      • Description: Item not found.

doge.js's People

Contributors

prxoio avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.