The
TinyURL URL Shortener plugin is a no-code solution that allows users to shorten long URLs into compact, shareable links. This plugin provides a fast and convenient way to create shortened URLs without requiring an API key or sign-up.
To use this plugin, ensure that you correctly configure the
Get data from external API action and use the
TinyURL - Shorten URL data call.
👛 Please support our efforts to keep this plugin free—your donations help us invest the time and resources needed to continue maintaining and improving it for everyone’s benefit.
https://zeroqo.de/support.
This API call generates a shortened TinyURL link from a long web address.
Name | Description | Type |
Url | The long URL to shorten. | Text |
Response Format
The API returns a JSON object with the shortened URL and relevant metadata.
{
"body": "text",
"error status_code": "number",
"error status_message": "text",
"error body": "text",
"returned_an_error": "yes/no",
"headers date": "text",
"headers content-type": "text",
"headers transfer-encoding": "text",
"headers connection": "text",
"headers cache-control": "text",
"headers x-content-type-options": "text",
"headers x-xss-protection": "text",
"headers cf-cache-status": "text",
"headers age": "text",
"headers last-modified": "text",
"headers expires": "text",
"headers vary": "text",
"headers server": "text",
"headers cf-ray": "text",
"headers content-encoding": "text",
"headers alt-svc": "text"
}
Name | Description | Type |
body | The shortened URL returned by TinyURL. | Text |
error status_code | Error code if the request fails. | Number |
error status_message | Error message if applicable. | Text |
returned_an_error | Indicates if an error occurred. | Yes/No |
Update 02.12.24 - Version 1.11.0
- Minor update(Marketing update)
Update 19.09.24 - Version 1.10.0
- Minor update (Marketing update)
Update 15.09.24 - Version 1.9.0
- Minor update (Marketing update)
Update 25.07.24 - Version 1.8.0
Update 24.06.24 - Version 1.7.0
- Updated demo/service links
Update 19.10.23 - Version 1.6.0
Update 13.10.23 - Version 1.5.0
Update 12.10.23 - Version 1.4.0
Update 18.09.23 - Version 1.3.0
Update 13.09.23 - Version 1.2.0
Update 12.09.23 - Version 1.1.0
Update 13.09.21 - Version 1.0.1
Update 22.03.19 - Version 1.0.0