get_short_url
Retrieve details of a shortened URL by its short code, including the original URL, creation date, and visit statistics.
Instructions
Get details of a shortened URL by its short code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| short_code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | URL metadata | |
| tags | No | Associated tags | |
| long_url | Yes | The original long URL | |
| short_url | Yes | The shortened URL | |
| short_code | Yes | The short code | |
| date_created | Yes | Creation date in ISO 8601 format | |
| visits_count | Yes | Number of visits |