Danbooru
Login Posts Comments Notes Artists Tags Pools Wiki Forum More ยป
Search Changes Help
  • |
  • Posts (0) History

    Blacklisted (help)

    • guro
    • scat
    • furry -rating:g
    Disable all Re-enable all

    Recent Changes (all)

    • ranpha (summer) (princess connect!)
    • ranpha (princess connect!)
    • vsk-94 (girls' frontline)
    • lyrael (princess connect!)
    • lyrael (real) (princess connect!)
    • kururu (princess connect!)
    • kururu (real) (princess connect!)
    • deltarune
    • sensei haruki suetsugu (style)
    • mifuyu (princess connect!)
    • mifuyu (mechanic) (princess connect!)
    • isuzu kai ni (kancolle)
    • mifuyu (summer) (princess connect!)
    • stigmata
    • spirits of haruka
    • yukimura eri
    • kanon (princess connect!)
    • ranpha (real) (princess connect!)
    • stoutland
    • project ultraman
    • lillipup
    • nea (princess connect!)
    • herdier
    • ultra series
    • nea (real) (princess connect!)

    Options

    • Wiki History
    • Discussions
    • What Links Here

    help:api read requests

    These are API requests which use the HTTP GET or POST methods.

    Limit

    Read requests are unlimited for all user levels.

    URL parameters

    When doing a read through a GET request, the parameters must be passed in through the URL, and must use URL hash encoding (Help:Hash syntax).

    Body parameters

    When doing a read through a POST request, the parameters must be passed in through the body. See the method override below for more information [1].

    URL encoding

    These parameters use URL hash encoding (Help:Hash syntax).

    • Content-Type: application/x-www-form-urlencoded
    • Format: PARAMETER=VALUE
    • Example: search[name]=test&limit=20_method=get
    JSON encoding

    These parameters use JSON hash encoding [2].

    • Content-Type: application/json
    • Format: { "OBJECT": { "PARAMETER": VALUE } }
    • Example: { "search": { "name": "test" }, "limit": 20}

    Using POST for GET override

    The POST method can be used to send data to endpoints that require the GET method, in such cases where the parameters must be sent in the body, such as the URL limit being exceeded.

    URL encoding

    Set the parameter _method with the value "get".

    JSON encoding

    Set the X-HTTP-Method-Override header with value "get".

    See also

    • Help:API write requests
    • Help:API

    External links

    [1] https://www.w3resource.com/JSON/structures.php

    Terms / Privacy / Upgrade / Contact /