# TangleID API - get_claim_info * **Protocol:** HTTP POST method * **Type:** Synchronous * **Description:** Get claim info * **API example** ``` curl http://HOST_URL \ -X POST \ -H 'Content-Type: application/json' \ -d '{"command":"get_claim_info","hash_txn": "DHPRSUKQDEOWFUBWBHVFRQWMOKLNI9OIHKRKZPIXLLKVENBUYIJGUWQXUNUQGEFKXXMVRVNHRKZI99999"}' ``` * **Parameter** * hash_txn: Claim transaction ID * **Return value** * {"a_part + "," + b_part + "," + exp_date + "," + pic + "," + msg"} (claim info) * 1 (failure)