phpMyFAQ offers interfaces to access phpMyFAQ installations with other clients like the iPhone App. phpMyFAQ includes a RESTful API and offers APIs for various services like fetching the phpMyFAQ version or doing a search against the phpMyFAQ installation.
Open endpoints require no Authentication.
- Version:
GET /api/v2.0/version - Language:
GET /api/v2.0/language - News:
GET /api/v2.0/news - Categories:
GET /api/v2.0/categories - Tags:
GET /api/v2.0/tags - Open Questions:
GET /api/v2.0/open-questions
- Search:
GET /api/v2.0/search?q=<search string> - Popular Searches:
GET /api/v2.0/searches/popular
- Attachments:
GET /api/v2.0/attachments - Comments:
GET /api/v2.0/comments - All FAQs:
GET /api/v2.0/faqs - All FAQs per Category:
GET /api/v2.0/faqs/:categoryId - All FAQs per Tags:
GET /api/v2.0/faqs/tags/:tagId - FAQ:
GET /api/v2.0/faq/:faqId - FAQ as PDF:
GET /api/v2.0/faq/:faqId?filter=pdf - Latest FAQs:
GET /api/v2.0/faqs/latest - Popular FAQs:
GET /api/v2.0/faqs/popular - Sticky FAQs:
GET /api/v2.0/faqs/sticky
- Login:
POST /api/v2.0/login