We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List All Artifacts, include these fields:
Sort A List of Artifacts by:
Filter A List of Artifacts by any field
List All Publishers, include these fields:
Sort A List of Publishers by:
Filter a List of Publishers by any field
List All Artifacts by a Publisher, include these fields:
Get Publisher's avatar from Gravatar.com's API (using emailmd5 field, if available)
Get Artifact Info
Artifact
Fields
artifact title
artist
artifact type
year
timestamp
description
publisher
artifact cost
play length
files
preview
Get Info about a specific file inside an Artifact
type
duration
sugPlay
minPlay
disallowPlay
sugBuy
minBuy
disallowBuy
retailer cut
promoter cut
Get the address of a file within an Artifact to Play or Download it
artifact
network
location
Payment Required
dname
Get Virtual "Pay Wall" Info to Play or Buy a whole Artifact or a file within an artifact.
payment in what token
price in what fiat
action
price only
price for action
payment address
Temp Payment Address
The text was updated successfully, but these errors were encountered:
Rob-pw
No branches or pull requests
For Library Index Interfaces
List All Artifacts, include these fields:
Sort A List of Artifacts by:
Filter A List of Artifacts by any field
List All Publishers, include these fields:
Sort A List of Publishers by:
Filter a List of Publishers by any field
List All Artifacts by a Publisher, include these fields:
Get Publisher's avatar from Gravatar.com's API (using emailmd5 field, if available)
For Individual Artifact Interfaces
Get Artifact Info
Artifact
: $ArtifactIDFields
: "RequiredOnly", "All" or List fieldnames requested beyond the minimum required list belowartifact title
: $titleartist
: $artistartifact type
: $typeyear
: $yeartimestamp
: $timestampdescription
: $descriptionpublisher
: $publisherNameartifact cost
: $artCostplay length
: sum of the $duration field for all files within artifactfiles
: $NumberOfFilesInArtifactpreview
: $addressOfPreviewFile (coverArt or thumbnail)Get Info about a specific file inside an Artifact
Artifact
: $artifactID?file=#Fields
: "RequiredOnly", "All" or List fieldnames requested beyond the minimum required list belowtype
: $fileTypeduration
: $durationsugPlay
: $sugPlayminPlay
: $minPlaydisallowPlay
: $disallowPlaysugBuy
: $sugBuyminBuy
: $minBuydisallowBuy
: $disallowBuyretailer cut
: $retailpromoter cut
: $promoGet the address of a file within an Artifact to Play or Download it
artifact
: $artifactID?file=#network
: $networkNamelocation
: $addressOfFile (either $location/$fname or $fileaddress. if the file has a price on it, returnPayment Required
)dname
: $displayNametype
: $fileTypeduration
: $durationGet Virtual "Pay Wall" Info to Play or Buy a whole Artifact or a file within an artifact.
artifact
: $artifactID or $artifactID?file=#payment in what token
: (BTC, FLO, and so on)price in what fiat
: (USD, CNY, and so on)action
: (play or buy)price only
: (Boolean, if Yes, do not generate a temp address)price for action
: $priceInTokenpayment address
: $tempPaymentAddressTemp Payment Address
for payments, and when an appropriate one is made, return these results:network
: $networkNamelocation
: $addressOfFile **(either $location/$fname or $fileaddress.)dname
: $displayNametype
: $fileTypeduration
: $durationThe text was updated successfully, but these errors were encountered: