JustPaste.it

curl -XGET 'https://api.wit.ai/message?q=Question2%3A%20What%20day%20is%20today%3F%20Reply%20with%20128%20character%20or%20less' \

    -H "Authorization: Bearer SNINTNEDPHV6HBFSX3WVQF3C5E5M5JZG"

{

  "entities": {

    "wit$number:number": [

      {

        "body": "2",

        "confidence": 1,

        "end": 9,

        "entities": {},

        "id": "754467693352655",

        "name": "wit$number",

        "role": "number",

        "start": 8,

        "type": "value",

        "value": 2

      },

      {

        "body": "128",

        "confidence": 1,

        "end": 44,

        "entities": {},

        "id": "754467693352655",

        "name": "wit$number",

        "role": "number",

        "start": 41,

        "type": "value",

        "value": 128

      }

    ]

  },

  "intents": [],

  "text": "Question2: What day is today? Reply with 128 character or less",

  "traits": {}

}%                                                                                                                                                                                                                emaidanik@emaidanik-mbp fbsource %