source/details

하나의 소스에 대한 자세한 정보를 반환합니다.

URL

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

접근성

비밀 키

지원되는 요청 방법

GET

인증 필요

요금 제한

전역 속도 제한을 상속합니다

인수

필수의
  • source

    소스 식별자입니다.

응답 예시

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