Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fdiskas/not-safe-api
https://github.com/fdiskas/not-safe-api
api-rest safe-browsing
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fdiskas/not-safe-api
- Owner: FDiskas
- Created: 2024-04-03T00:05:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T15:18:42.000Z (6 days ago)
- Last Synced: 2024-11-09T15:33:31.673Z (6 days ago)
- Topics: api-rest, safe-browsing
- Language: TypeScript
- Homepage: https://not-safe-api.onrender.com/?site=https://delfi.lt
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Not safe for children
Node express API - will check if it is not a safe place for children.
It checks if it is an adult site or not.```
GET ?site=https://google.com
```Returns a status `TRUE` if unsafe and `FALSE` if it is safe for browsing.
```json
{
"url": "google.com",
"status": false
}
```### Dependencies
- the main package is `is-porn`