https://github.com/maxlego08/spigot-web-api
An api to retrieve spigot information
https://github.com/maxlego08/spigot-web-api
Last synced: 4 months ago
JSON representation
An api to retrieve spigot information
- Host: GitHub
- URL: https://github.com/maxlego08/spigot-web-api
- Owner: Maxlego08
- Created: 2020-12-01T13:15:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T21:17:14.000Z (over 4 years ago)
- Last Synced: 2025-01-01T18:13:27.111Z (5 months ago)
- Language: Java
- Size: 11.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spigot-WEB-API
Web site in java for information retrieval https://spigotmc.org
Based on: https://github.com/Maximvdw/SpigotSite/
# Example
## Get user information by name
* URL: http://api.groupez.xyz/search/users?name=Maxlego08
* Resonse:
```json
{
"id": 276655,
"username": "Maxlego08",
"cookies": {},
"totpSecret": null,
"authenticated": false,
"statistics": null,
"token": "",
"loginDate": 1606829624453,
"lastActivity": "Dec 1, 2020 at 12:04 PM"
}
```