Git Product home page Git Product logo

Comments (2)

rmunroe avatar rmunroe commented on May 27, 2024

If you do a /search for that date with any year you'll get the shows in the data.other_shows collection. E.g. http://phish.in/api/v1/search/1900-07-04.json returns:

{
    "success": true,
    "total_entries": 1,
    "total_pages": 1,
    "page": 1,
    "data": {
        "show": null,
        "other_shows": [
            {
                "id": 1288,
                "date": "2012-07-04",
                "duration": 11158206,
                "incomplete": false,
                "missing": false,
                "sbd": false,
                "remastered": false,
                "tour_id": 69,
                "venue_id": 478,
                "likes_count": 2,
                "venue_name": "Nikon at Jones Beach Theater",
                "location": "Wantagh, NY"
            },
            {
                "id": 1320,
                "date": "2010-07-04",
                "duration": 5505386,
                "incomplete": false,
                "missing": false,
                "sbd": false,
                "remastered": false,
                "tour_id": 63,
                "venue_id": 720,
                "likes_count": 3,
                "venue_name": "Verizon Wireless Amphitheatre at Encore Park",
                "location": "Alpharetta, GA"
            },
            {
                "id": 1720,
                "date": "2000-07-04",
                "duration": 9057098,
                "incomplete": false,
                "missing": false,
                "sbd": false,
                "remastered": false,
                "tour_id": 48,
                "venue_id": 692,
                "likes_count": 0,
                "venue_name": "Susquehanna Bank Center",
                "location": "Camden, NJ"
            },
            {
                "id": 979,
                "date": "1999-07-04",
                "duration": 10083631,
                "incomplete": false,
                "missing": false,
                "sbd": false,
                "remastered": false,
                "tour_id": 42,
                "venue_id": 371,
                "likes_count": 0,
                "venue_name": "Lakewood Amphitheatre",
                "location": "Atlanta, GA"
            }
        ],
        "songs": null,
        "venues": null,
        "tours": null
    }
}

from phishin.

alecgorge avatar alecgorge commented on May 27, 2024

Awesome, thanks!

from phishin.

Related Issues (20)

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.