Search API - Search Response

A search response returns the results of a search in either JSON or JSONP format, as specified in the search request. The default response is in JSON format.

JSON response

A sample JSON response:

{
    "response": {
        "start": 0,
        "numFound": 27896,
        "docs": [
            {
                "docname": "7nights08",
                "username": "7days",
                "description": "The Seven Days Guide to Vermont Restaurants & Bars (published 08/1/08, for up-to-date listings, reader reviews, maps and more, see http://7nvt.com)",
                "documentId": "080512201805-1a0cda658b7748508187d8a3644df664"
            },
            {
                "docname": "program09",
                "username": "aarhusfestuge",
                "description": "Programmagasin for \u00c5rhus Festuge 2009",
                "documentId": "090806144921-477a06c58bd148ba86aaca34d7331b13"
            },
            {
                "docname": "issue2",
                "username": "jamiemagazine",
                "description": "Issue 2 Jamie magazine",
                "documentId": "090224121313-2f028222e017481ba99f3ba2800c8167"
            },
            {
                "docname": "25now",
                "username": "urbmag",
                "description": "URB.com presents a special interactive Digital Issue\u201425: NOW! A fall update to our highly-lauded annual Next 100 issue, 25: NOW! features the 25 hottest acts coming onto the scene this season.",
                "documentId": "091116031932-1e8f29ea57d24cb0a60fa0800185afb5"
            },
            {
                "docname": "lh_magazin_music-skunk_anansie_noviembre",
                "username": "lhmagazin",
                "description": "Este mes en LH Magazin Music: En portada Skunk Anansie \"El regreso mas esperado\", las entrevistas de ELDORADO, URIAH HEEP, JARABE DE PALO, MONICA GIRALDO, EL MENTON DE FOGARTY, PORT JACKSON, BARRICADA, Cronica de conciertos de Pereza, Andres Calamaro, ACOUSTIC FEM!!, Elton John, Gun + Estirpe, Mr. Big, La agenda con todos los conciertos mas destacados, breves, el top10 video, en que gastarse los cuartos, Quien es? este mes Manuel Lozano y mucho mas... y totalmente gratis.",
                "documentId": "091106090338-9ac49b2f8e514676a46566033471b5ea"
            },
            {
                "docname": "consolas.com",
                "username": "consolas",
                "description": "La revista de tu Blog de videojuegos",
                "documentId": "081024082443-a05efa7f79a2454e9b26dc158f07fcb0"
            },
            {
                "docname": "cornerstonefestival2009program",
                "username": "cornerstonefestival",
                "description": "Cornerstone Festival 2009 Program",
                "documentId": "090408202927-4bd90f71aeda4002af27b31f7ba398ab"
            },
            {
                "docname": "winter_sports_08",
                "username": "faribault",
                "description": "Covering local area sports",
                "documentId": "081128194232-1eff6ddb8a014ab9935f7cd9c8fbfeec"
            },
            {
                "docname": "urb_issue_157_reduce",
                "username": "urbmag",
                "description": "URB proudly presents our 15th Annual Next 100 Issue, our yearly list of the artists that will matter most in the coming months (and years).",
                "documentId": "090502022737-6d089362bb554b018eecba9ec200f079"
            },
            {
                "docname": "junejuly2009",
                "username": "mxmbilliardsmagazine",
                "description": "On-Line Billiard Magazine (172 pages). -------- Your source for billiard news. See ads here that you will never see in any other billiard magazine. 100% MAXIM BILLIARD NEWS",
                "documentId": "090605091114-88508f85c110460a8012db0da1acc4be"
            }
        ]
    }
}

For more information about JSON, go to www.json.org.