Reverse engineering a website API


  1. Use devtools and preserve log in the network tab (Maybe don't need preserve log...)
  2. Click around
  3. Export HAR file
  4. Use har-to-openapi npm package to create an openapi spec
  5. Import in postman or https://scalar.com
  6. Explore the api



Sign in to leave a note.