URL Shortener - German Quality And Speed!

FREEMIUM
By TechGrief | Updated לפני חודשיים | Data
Popularity

0 / 10

Latency

878ms

Service Level

0%

Health Check

N/A

README

Short your link

  • This endpoint is freely available to everyone (up to a certain limit)
  • Via GET you can short any URL
  • Response-Format: Json
  • The URL will not be checked for viruses or similar.
  • Make sure that you don’t do any illegal action

Parameter (Request)

  • Mandatory: {url} contains the address to be shortened
  • Optional: {alias} Your shortened URL is built like this: https://tgiv.de/{alias}, you can choose your alias as you like, but note that it could be already taken. If you don’t set an alias, it will be generated automatically.

Parameter (Request Header for RapidAPI auth.)

> Example Shell/Curl Request:
Request:
curl --request GET --url "https://url-shortener-german-quality-and-speed.p.rapidapi.com/?url=https://google.com" --header "X-RapidAPI-Host: url-shortener-german-quality-and-speed.p.rapidapi.com" --header "X-RapidAPI-Key:{apikey}"
Response:
{"result_code":"201","result_description":"Created", "alias":"oi48o0", "url":"https://tgiv.de/oi48o0"}

Alias details

Here you can analyze your previously shortened URL, for example the previous calls made to it.

  • This endpoint is available for all premium plans
  • Via GET
  • Response-Format: Json

Parameter (Request)

  • Mandatory: {alias} Alias of a shortened URL

Parameter (Request Header for RapidAPI auth.)

> Example Shell/Curl Request:
Request:
curl --request GET --url "https://url-shortener-german-quality-and-speed.p.rapidapi.com/?alias=oi48o0" --header "X-RapidAPI-Host: url-shortener-german-quality-and-speed.p.rapidapi.com" --header "X-RapidAPI-Key:{apikey}"
Response:
{ "result_code": "200", "result_description": "OK", "user": "TechGrief", "RAPIDAPI_SUBSCRIPTION": "PRO", "alias": "oi48o0", "clicks": "0", "time": "2022-07-25 00:30:50", "url": "https://google.com", "short": "https://tgiv.de/oi48o0" }

Followers: 1
Resources:
Product Website Terms of use
API Creator:
Rapid account: Tech Grief
TechGrief
TechGrief
Log In to Rate API
Rating: 5 - Votes: 1