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: 8 months 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T20:37:41.000Z (over 3 years ago)
- Last Synced: 2025-04-12T23:34:18.527Z (12 months ago)
- Topics: api, cloudflare-workers, microservice, title, url
- Language: TypeScript
- Homepage: https://title.mihir.ch
- Size: 118 KB
- Stars: 33
- Watchers: 2
- Forks: 5
- 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)