-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Sample json below
[
{
"name": "Enyimba Football Club",
"nickname": "People's Elephant",
"state": "Abia",
"founded": 1976,
"ownership": "Government",
"gender": "male",
"status": "Active"
},
{
"name": "Rangers International FC",
"nickname": "Flying Antelopes",
"state": "Enugu",
"founded": 1970,
"ownership": "Government",
"gender": "male",
"status": "Active"
},
{
"name": "Kano Pillars FC",
"nickname": "Sai Masu Gida",
"state": "Kano",
"founded": 1990,
"ownership": "Government",
"gender": "male",
"status": "Active"
},
{
"name": "Sunshine Stars FC",
"nickname": "Owena Waves",
"state": "Ondo",
"founded": 1995,
"ownership": "Government",
"gender": "male",
"status": "Active"
},
{
"name": "Heartland FC",
"nickname": "Naze Millionaires",
"state": "Imo",
"founded": 1976,
"ownership": "Government",
"gender": "male",
"status": "Active"
},
{
"name": "Shooting Stars SC",
"nickname": "Oluyole Warriors",
"state": "Oyo",
"founded": 1950,
"ownership": "Government",
"gender": "male",
"status": "Active"
},
{
"name": "Wikki Tourists FC",
"nickname": "Giants Elephants",
"state": "Bauchi",
"founded": 1992,
"ownership": "Government",
"gender": "male",
"status": "Active"
},
{
"name": "MFM FC",
"nickname": "Olukoya Boys",
"state": "Lagos",
"founded": 2007,
"ownership": "Private",
"gender": "male",
"status": "Active"
},
{
"name": "Plateau United FC",
"nickname": "Peace Boys",
"state": "Plateau",
"founded": 1975,
"ownership": "Government",
"gender": "male",
"status": "Active"
},
{
"name": "Warri Wolves FC",
"nickname": "Seasiders",
"state": "Delta",
"founded": 1998,
"ownership": "Government",
"gender": "male",
"status": "Active"
}
]
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request