Public API

Endpoints for Wallpupper API

Introduction

The Wallpupper API is a suite of high-performance RESTful JSON endpoints that are specifically designed to meet the mission-critical demands of application developers, data scientists, and enterprise business platforms.

This API reference includes all technical documentation developers need to integrate third-party applications and platforms.

Endpoints

  • /top100

  • /submissions

  • /wallpuppers/breed

Example

https://api.wallpupper.com/top100

Response

[

    {
        "name": "testing",
        "objectID": "9A1BbuBwJc",
        "score": "8.42",
        "breed": "Chihuahua",
        "img": "https://i.imgur.com/N2RUn66.jpg",
        "rank": "1"
    },
    {
        "name": "matthewmikkelson",
        "objectID": "fP0iAUsIuL",
        "score": "5.94",
        "breed": "Havanese",
        "img": "https://i.imgur.com/gwHWwgw.jpg",
        "rank": "2"
    },
    {
        "name": "wallpupper",
        "objectID": "T31iu2wauY",
        "score": "5.50",
        "breed": "Welsh Corgi, Pembroke",
        "img": "https://i.imgur.com/OXiwhf1.jpg",
        "rank": "3"
    },
    {
        "name": "brdscorgi",
        "objectID": "mJMG6aCwYA",
        "score": "5.49",
        "breed": "Welsh Corgi, Pembroke",
        "img": "https://i.imgur.com/WG9vLeV.jpg",
        "rank": "4"
    },
    {
        "name": "wallpupper",
        "objectID": "gKRSzmY92f",
        "score": "5.49",
        "breed": "Welsh Corgi, Pembroke",
        "img": "https://i.imgur.com/CLWsz73.jpg",
        "rank": "5"
    },
    {
        "name": "dominiqueboulanger69",
        "objectID": "siD4kSLCTP",
        "score": "5.48",
        "breed": "French Bulldog",
        "img": "https://i.imgur.com/dvJQYmt.jpg",
        "rank": "6"
    },
    {
        "name": "mabel ",
        "objectID": "nE7F7CKEvP",
        "score": "5.47",
        "breed": "Saint Bernard",
        "img": "https://i.imgur.com/hj83A0B.jpg",
        "rank": "7"
    },
    {
        "name": "brdscorgi",
        "objectID": "3dEe8XKKaH",
        "score": "5.17",
        "breed": "Welsh Corgi, Pembroke",
        "img": "https://i.imgur.com/9hpfnpD.jpg",
        "rank": "8"
    },
    {
        "name": "broadway",
        "objectID": "sKKK8rBTMD",
        "score": "2.74",
        "breed": "Welsh Corgi, Pembroke",
        "img": "https://i.imgur.com/SMcmJh3.jpg",
        "rank": "9"
    },
    {
        "name": "wallpupper",
        "objectID": "jgjaJXgUJX",
        "score": "2.73",
        "breed": "Welsh Corgi, Pembroke",
        "img": "https://i.imgur.com/xRGtMwc.jpg",
        "rank": "10"
    }

]

Last updated