Go back

APIs

Last update: Jun 27th, 2019

Information:

Currently, Master Coria URL Shortener's API is developing a system which is used to view and create links within a page based commands.

All API calls not require authentication.

The API of Master Coria URL Shortener is accessible both from special applications using APIs and from the Master Coria URL Shortener to make calls to the API.

Using the API you can view and create links in the platform.

BEFORE START USING THE API

Keep in mind that all times you must comply with our platform policies ("ToS"). If not complied, we will proceed to block your app's requests.

Get started using the API:

To begin using the API of Master Coria URL Shortener is important to know the service base URL. The URL is:

https://l.mastercoria.com/api.php

At the base service of the API URL, you can perform all API calls available on the platform.

There are 5 shares API calls, which are:

All available APIs
screenshot

NOTE

ALL calls to the API have the following format:

https://l.mastercoria.com/api.php?action={API-call}&{parameter}={Data}

Where:

{API-call}: Call to the API (shorturl, expand, url-stats, stats, db-stats).

{parameter}: Parameter of the API call.

{Data}: Data of the parameter (value/values).

Examples of use of the API:

Suppose we want to see if there is some call registered, we will use the API call "expand", and want to put the parameter "shorturl" the data "fb" and we want to return it in the format "xml" to see if that call exists:

http://l.mastercoria.com/api.php?action=expand&shorturl=fb&format=xml

You can also insert "https://l.mastercoria.com/fb" instead of "fb":
https://l.mastercoria.com/api.php&action=expand&shorturl=http://l.mastercoria.com/fb&format=xml