I would like to know which of the API methods have you used to get those ? Or have you just hardcoded all of the categories and subcategories in a JSON ?
amzee said
chaoscod3r saidI have a complete list (May be slightly older) If you want PM me. You can see categories on MarketPense
I’m just wondering if there any of the methods from the API returns the categories and subcategories ? So far I can use the items count to get the main categories of a website, but not the subcategories.
I’m just wondering if there any of the methods from the API returns the categories and subcategories ?
So far I can use the items count to get the main categories of a website, but not the subcategories.
smoothwave_themes said
I wasn’t trying to self-promote there, honest! I’m all about sharing knowledge/inspiring. I just wanted to give people an idea of how the API can be used.
I for one don’t care
I was just saying
It happened to me once that I mentioned one of my items and the comment was removed because of self promotion 
smoothwave_themes said
Here is an example of using the API for statistics: [link removed – forum rules] I made it as a WordPress plugin for myself and then decided to put it on here just recently.
I don’t think we’re allowed to self promote in posts 
jordie said
A sandbox/demo interface added to the API would make this so much easier. If they just implemented a code that verifies, like XXX-XXX-XXX or something.
It would, wouldn’t it ?
Or if it would be enough for the download purchase to provide just the devs API and username 
bobural said
hey guys,I got a noob question so… if you decided to throw some rocks my way I can understand :D…
What is this API? What does it do?
You integrate the API into the theme and can perform updated directly from here? or something like that?
Thank you![]()
Here you go : API, Envato API 
I have managed to get what I needed to test this methods now thanks to @OriginalEXE 
The issue has been fixed thanks to @aaranmcguire 
aaranmcguire said
What URL are you posting to? Edit: Well, not POST’ing, but what url are you using to get the results, as the ‘error’ you got was from Amazon AWS (S3 I’m guessing) so I dont know what url your using.
I didn’t want to post the URL due to the fact that everyone could then download the item and that’s probably not a good idea. But yes, it is a S3 URL, to an item here on one of the markets. The thing is that it happens for any item I try it ( I use the purchase code the items are provided with when buying and my own API & Username ). I have no clue why
Is there something that I have to parse before using the URL ?
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
SignatureDoesNotMatch
<Message>
The request signature we calculated does not match the signature you provided. Check your key and signing method.
</Message>
<StringToSignBytes>
47 45 54 0a 0a 0a 31 33 35 39 39 30 31 30 30 37 0a 2f 2f 6d 61 72 6b 65 74 70 6c 61 63 65 2d 64 6f 77 6e 6c 6f 61 64 73 2e 65 6e 76 61 74 6f 2e 63 6f 6d 2f 2f 66 69 6c 65 73 2f 2f 31 35 37 33 36 31 35 37 2f 2f 52 65 74 72 6f 25 32 30 72 69 62 62 6f 6e 73 25 32 30 26 25 32 30 62 61 6e 6e 65 72 73 2e 65 70 73 2e 7a 69 70 3f 72 65 73 70 6f 6e 73 65 2d 63 6f 6e 74 65 6e 74 2d 64 69 73 70 6f 73 69 74 69 6f 6e 3d 61 74 74 61 63 68 6d 65 6e 74 3b 20 66 69 6c 65 6e 61 6d 65 3d 67 72 61 70 68 69 63 72 69 76 65 72 2d 31 33 33 30 33 33 37 2d 72 65 74 72 6f 2d 72 69 62 62 6f 6e 73 2d 63 72 65 73 74 73 2e 7a 69 70
</StringToSignBytes>
<RequestId>...</RequestId>
<HostId>
...
</HostId>
<SignatureProvided>...</SignatureProvided>
<StringToSign>
some_file.zip
</StringToSign>
<AWSAccessKeyId>....</AWSAccessKeyId>
</Error>
when I’m trying to use the API to download purchase ?