# Show tracking number from search result

<details>

<summary>API search tracking numbers Result</summary>

**Responses**:

Code:  200 OK

**Json Response:**&#x20;

* Sample of api search result:&#x20;

{"draw":0,"total":32,"recordsFiltered":32,"data":\[{"id":545450445,"tracking\_number":"**JaRL0oUEKagUjrTa6iKIKQ==\_\_\_1**","tracking\_type":"FEDEX","scheduled\_delivery":"2024-04-20 11:51:48","packed\_at":"2024-04-17 00:00:00","pickup\_at":"SHAKOPEE","shipping\_address":"DANIELSVILLE","zipcode":"30633","country":"USA","state":"GA","weight":10.1,"status":"Delivered ","scheduled\_vol":"JaRL0oUEKagUjrTa6iKIKQ==","url":"","prpt":1,"ed":0},{"id":545414473,"tracking\_number":"**wnLGYw6TBY0itrZmEq2QrA==\_\_\_1**","tracking\_type":"FEDEX","scheduled\_delivery":"2024-04-18 12:48:11","packed\_at":"2024-04-17 00:00:00","pickup\_at":"BRASELTON","shipping\_address":"DANIELSVILLE","zipcode":"30633","country":"USA","state":"GA","weight":1.7,"status":"Delivered ","scheduled\_vol":"wnLGYw6TBY0itrZmEq2QrA==","url":"","prpt":1,"ed":0}],"balance":608,"error":"","icl":""}

* **balance                     number              current balance of user**           &#x20;

</details>

<details>

<summary><strong>Call Api with cURL to show the tracking number</strong></summary>

To show tracking numbers using IskTracking API

```
curl --request POST \
--url https://api.iskytracking.com/v2/tracking/ups \
--header 'Authorization: Bearer xxx' \
--header 'Content-Type: application/json' \
--data '{"tracking_number":"04\/sk8hxAftMzZL095L79B7f1oz2V0OZ8Bm+mYivWrE=___1"}'
```

```
curl --request POST \
--url https://api.iskytracking.com/v2/tracking/fedex \
--header 'Authorization: Bearer xxx' \
--header 'Content-Type: application/json' \
--data '{"tracking_number":"04\/sk8hxAftMzZL095L79B7f1oz2V0OZ8Bm+mYivWrE=___1"}'
```

1. Copy the curl example above.
2. Paste the curl call into your favorite text editor.
3. Copy your API key and paste it in the "Authorization" header.
4. Copy the code and paste it in your terminal.
5. Hit **Enter**.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.iskytracking.com/welcome/api-guide/show-tracking-number-from-search-result.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
