Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/plibither8/url-title-api
- Owner: plibither8
- License: mit
- Created: 2019-12-09T16:35:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T20:37:41.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T02:43:43.353Z (7 months ago)
- Topics: api, cloudflare-workers, microservice, title, url
- Language: TypeScript
- Homepage: https://title.mihir.ch
- Size: 118 KB
- Stars: 31
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)