Details

source/details

Retourneert gedetailleerde informatie voor één bron.

URL

https://api.yourepo.com/1.0/source/details.json

Toegankelijkheid

Geheime sleutel

Ondersteunde aanvraagmethoden

GET

Vereist authenticatie

Ja

Tarief beperkt

Erft globale tarieflimiet

Argumenten

Verplicht
  • source

    Uw bron-ID.

Voorbeeldreacties

GET https://api.yourepo.com/1.0/source/details.json?secret_key=YOUR_SECRET_KEY&source=source_identifier
{
	"code": 0,
	"response": {
		"source": "BuufJuiced",
		"origin": "BuufJuiced",
		"date":"2019-03-01T23:01:32Z",
		"description":"The playground for all jailbroken theme lovers. Experience the Buuf art",
		"website":"",
		"private": 0,
		"comments_enabled": 1,
		"paypal": "[email protected]",
		"versioning_enabled": 0,
		"price": "7.5",
		"currency": "EUR",
		"url": "https://buufjuiced.yourepo.com/"
	}
}