Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/plibither8/url-title-api

🔗 Tiny API to get the title of webpage from its URL
https://github.com/plibither8/url-title-api

api cloudflare-workers microservice title url

Last synced: 1 day ago
JSON representation

🔗 Tiny API to get the title of webpage from its URL

Awesome Lists containing this project

README

        

# url-title-api

Quick and tiny API that fetches a webpage's title from the `` field, given its URL.

## Usage

**Base URL:** [https://title.mihir.ch](https://title.mihir.ch).

**GET** `/:url`

`url` - The URL of the page you want the title of (with or without the `http/s` protocol).

**Example**:

- GET [https://title.mihir.ch/https://example.com](https://title.mihir.ch/https://example.com)
- Response (text/plain) `Example Domain`

## License

[MIT](LICENSE)