CodeGrepperAPI icon indicating copy to clipboard operation
CodeGrepperAPI copied to clipboard

Comprehensive Code Grepper API Endpoint Documentation.

Code Grepper API Documentation

NOTE: You can find the older documentation here.

Code Grepper also known as Grepper is a platform to help developers solve technical problems. Grepper is powered by an amazing community of 200k(and growing fast) developers. Developers within the community contribute answers to technical problems primarily through the Grepper browser extension which allows a user to quickly add a “code snippet” as an answer to a problem they ran into and recently solved. At present the community has put in 318k answers, which together have been viewed over 62 million times.

Table Of Contents

  • NPM Package
  • Users
    • Get User
    • Get User Belt
    • Get User Stats
    • Get My Info
    • Search Users
    • Get Who To Follow
  • Answers
    • Get Answers
    • Get Comments
    • Search Answers
    • Needed Answers
    • Publish Answer
    • Similiar Queries
  • Teams
    • Invite User
    • Team Answers
  • Auth
    • Login
    • Register
    • Reset Password
    • Logout
    • Access Token
  • Vulnerabilities
    • Logout On Click
  • Other
    • Feedback
    • Leaderboard

Authorization

Icon Description
No authorization required.
🔒 This API endpoint requires Authorization.
🔓 Partially requires Authorization. Different output when auth provided.

Developer Note

If you find any outdated, missing, or inaccurate content on this repository and would like to alter it, you can open an Issue or send a Pull Request. Typos, grammatical mistakes, etc are also expected to be corrected.