Documentation

Plain GUID, Please

Generate a plain response by passing the query parameter accept as plain
https://guid.new?accept=plain
https://guid.new?accept=plain&count=5
                
See example

Generate a specific number of GUIDs

Generate a specific number of GUIDs by supplying a count from 1-100
https://guid.new?count=5
See example

Using JSON

Generate a JSON response by setting the Accept header to application/json
curl --request GET \
  --url https://guid.new/ \
  --header 'Accept: application/json'

You can also simply set the query parameter accept as json
https://guid.new?accept=json
https://guid.new?accept=json&count=5