An open API service indexing awesome lists of open source software.

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

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"
}
```