Skip to content

URL Shortener API

Robert Durfee edited this page Sep 26, 2020 · 6 revisions

REST API for simple URL shortening.

(The REST API code can be found here.)

Service: api.urls.durfee.io

The URL Shortener API is provided by this service. It is recommended to use the provided web interface at durf.ee. If your application needs to call this service using your own libraries, you should use the following information when making the API requests.

Service Endpoint

The service endpoint is the base URL that specifies the network address of the API service. This service has the following endpoint and all URIs are relative to this service endpoint:

https://api.urls.durfee.io

REST Resource: urls

Methods
get GET /urls/{resourceId}

Returns the specified URL resource.
insert POST /urls

Creates a URL resource using the data included in the request.

URL Shortener API

Clone this wiki locally