# Get item detail **GET /open/v1/{network_id}/contracts/{address}/{token_id}** Get information including name, owner, and rarity ranking of a specific token id. ## Servers - https://api.dewapi.com: https://api.dewapi.com () ## Parameters ### Path parameters - **network_id** (integer) Chain ID. - **address** (string) Address of the NFT contract - **token_id** (string) Token id ## Responses ### 200 Successful #### Body: application/json (object) - **code** (integer) 0: success, others: error - **data** (object) ### 400 Bad Request #### Body: application/json (object) - **code** (integer) 0: success, others: error - **error** (string | null) - **errors** (array[object] | null) [Powered by Bump.sh](https://bump.sh)