Custom Formats : .json

JavaScript Object Notation (JSON) is a well supported open standard for text-based data interchange.

JSON parsers are available for a wide variaty of programming languages: http://www.json.org

Example URI and response

http://demo.restfm.com/RESTfm/postcodes/layout/brief%20postcodes.json?RFMmax=2

{
    "nav": [
        {
            "name": "start",
            "href": "\/RESTfm\/postcodes\/layout\/brief%20postcodes.json?RFMmax=2"
        },
        {
            "name": "next",
            "href": "\/RESTfm\/postcodes\/layout\/brief%20postcodes.json?RFMmax=2&RFMskip=2"
        },
        {
            "name": "end",
            "href": "\/RESTfm\/postcodes\/layout\/brief%20postcodes.json?RFMmax=2&RFMskip=end"
        }
    ],
    "data": [
        {
            "Pcode": "0810",
            "Locality": "BRINKIN",
            "State": "NT",
            "Comments": ""
        },
        {
            "Pcode": "0810",
            "Locality": "CASUARINA",
            "State": "NT",
            "Comments": ""
        }
    ],
    "meta": [
        {
            "recordID": "5784443",
            "href": "\/RESTfm\/postcodes\/layout\/brief%20postcodes\/5784443.json"
        },
        {
            "recordID": "5784444",
            "href": "\/RESTfm\/postcodes\/layout\/brief%20postcodes\/5784444.json"
        }
    ],
    "metaField": [
        {
            "name": "Pcode",
            "autoEntered": 0,
            "global": 0,
            "maxRepeat": 1,
            "resultType": "text"
        },
        {
            "name": "Locality",
            "autoEntered": 0,
            "global": 0,
            "maxRepeat": 1,
            "resultType": "text"
        },
        {
            "name": "State",
            "autoEntered": 0,
            "global": 0,
            "maxRepeat": 1,
            "resultType": "text"
        },
        {
            "name": "Comments",
            "autoEntered": 0,
            "global": 0,
            "maxRepeat": 1,
            "resultType": "text"
        }
    ],
    "info": {
        "tableRecordCount": "16633",
        "foundSetCount": "16633",
        "fetchCount": "2",
        "skip": 0,
        "X-RESTfm-Version": "2.0.1\/r280",
        "X-RESTfm-Protocol": "4",
        "X-RESTfm-Status": 200,
        "X-RESTfm-Reason": "OK",
        "X-RESTfm-Method": "GET"
    }
}
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us