
Search Authors API method allows to lookup a specific EzineArticles Expert Author biography. You can also gather top authors from a specified category.
| Parameter | Possible Values | Purpose | Default | |
|---|---|---|---|---|
| search | author | To indicate a request for author information. | Required | |
| author | To specify which EzineArticles Expert Author to look up. | Required |
The above API request will return something similar to this:
Note: Some values are dependant on the data_amount parameter being passed to the API.
| Value | Represents | data_amount | |
|---|---|---|---|
| member_id | The unique ID for the authors account. | ||
| name | The name of the author. | ||
| registered | The registration date of the author. | ||
| country | The country the author is from. | extended | |
| bio_url | The URL to this authors EzineArticles Expert Extended Bio. | ||
| bio | The biography text entered by the author. | ||
| article_count | The number of live articles the author has. | ||
| business | Information relating to the author's business. | extended | |
| business » | company | The name of the author's business. | extended |
| business » | url_1 | A URL related to the author's business. | extended |
| business » | url_2 | A URL related to the author's business. | extended |
| business » | url_3 | A URL related to the author's business. | extended |
| personal_url | The personal URL of the author. | ||
| blog_url | The URL of the author's blog. | ||
| social_urls | The author's social network URLs. | extended | |
| social_urls » | The author's LinkedIn URL. | extended | |
| social_urls » | The author's Facebook URL. | extended | |
| social_urls » | myspace | The author's MySpace URL. | extended |
| social_urls » | The author's Twitter URL. | extended | |
| social_urls » | friendfeed | The author's FriendFeed URL. | extended |
| social_urls » | youtube | The author's YouTube URL. | extended |
| isbn | ISBN numbers identifying books written or recommended by the author. | extended | |
| isbn » | isbn | The author's ISBN. | extended |
| isbn » | isbn | The author's ISBN. | extended |
| isbn » | isbn | The author's ISBN. | extended |
| photos | A photo of the author in three sizes - small, medium, large. | ||
| photos » | large | Large-size version of the author's photo. | |
| photos » | medium | Medium-size version of the author's photo. | |
| photos » | small | Small-size version of the author's photo. | |
| Parameter | Possible Values | Purpose | Default | |
|---|---|---|---|---|
| search | authors.top | To indicate a request for author information. | Required | |
| category | To specify in which category to look in. | Required | ||
| subcategory | To specify in which subcategory of a specified category to look in. |
The above API request will return something similar to this:
| Value | Represents | |
|---|---|---|
| name | The name of the author. | |
| article_count | The number of live articles the author has in specified category. | |
| photos | A photo of the author in three sizes - small, medium, large. | |
| photos » | large | Large-size version of the author's photo. |
| photos » | medium | Medium-size version of the author's photo. |
| photos » | small | Small-size version of the author's photo. |
If there is a problem with your API request, an error message will be shown in the format specified by the response_format parameter or in plain text if that parameter is missing.
| Code | Meaning |
|---|---|
| 200 | The request was successful. This code will accompany a response from the API. |
| 404 | No results found. This code will accompany a message explaining that no results were found for your request. |
| 400 | The request was invalid. This code will also be sent if you have exceeded your maximum hourly requests or your API Key is invalid. |
| 500 | The API is experiencing a problem unrelated to your request that prevents it being performed at this time. |