https://github.com/fdiskas/not-safe-api
https://github.com/fdiskas/not-safe-api
api-rest safe-browsing
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fdiskas/not-safe-api
- Owner: FDiskas
- Created: 2024-04-03T00:05:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T01:32:24.000Z (over 1 year ago)
- Last Synced: 2025-01-10T02:25:33.422Z (over 1 year ago)
- Topics: api-rest, safe-browsing
- Language: TypeScript
- Homepage: https://not-safe-api.onrender.com/?site=https://delfi.lt
- Size: 85 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`