Page not found (404)

Request Method: GET
Request URL: http://localhost:8000/api/imagery/portrait?color=blue&icons=globaltrial&icons=unknown&icons=senior&icons=adult&icons=hundred&icons=interventional&icons=both&icons=recruiting

Using the URLconf defined in hc.urls, Django tried these URL patterns, in this order:

  1. admin/login/
  2. admin/
  3. accounts/
  4. projects/add/ [name='hc-add-project']
  5. projects/<uuid:code>/settings/ [name='hc-project-settings']
  6. projects/<uuid:code>/remove/ [name='hc-remove-project']
  7. ping/<uuid:code>/ [name='hc-ping-slash']
  8. ping/<uuid:code> [name='hc-ping']
  9. ping/<uuid:code>/fail [name='hc-fail']
  10. ping/<uuid:code>/start [name='hc-start']
  11. ping/<uuid:code>/<int:exitstatus>
  12. api/v1/checks/
  13. api/v1/checks/<uuid:code> [name='hc-api-single']
  14. api/v1/checks/<sha1:unique_key>
  15. api/v1/checks/<uuid:code>/pause [name='hc-api-pause']
  16. api/v1/notifications/<uuid:code>/status [name='hc-api-notification-status']
  17. api/v1/checks/<uuid:code>/pings/ [name='hc-api-pings']
  18. api/v1/checks/<uuid:code>/flips/ [name='hc-api-flips']
  19. api/v1/checks/<sha1:unique_key>/flips/
  20. api/v1/channels/
  21. badge/<slug:badge_key>/<slug:signature>/<quoted:tag>.<slug:fmt> [name='hc-badge']
  22. badge/<slug:badge_key>/<slug:signature>.<slug:fmt> [name='hc-badge-all']
  23. api/v1/metrics/
  24. api/v1/status/
  25. [name='hc-index']
  26. tv/ [name='hc-dashboard']
  27. checks/cron_preview/
  28. checks/<uuid:code>/
  29. integrations/
  30. projects/<uuid:code>/
  31. docs/ [name='hc-docs']
  32. docs/cron/ [name='hc-docs-cron']
  33. docs/<slug:doc>/ [name='hc-serve-doc']
  34. projects/<uuid:code>/pricing/ [name='hc-p-pricing']
  35. pricing/ [name='hc-pricing']
  36. accounts/profile/billing/ [name='hc-billing']
  37. accounts/profile/billing/history/ [name='hc-billing-history']
  38. accounts/profile/billing/address/ [name='hc-billing-address']
  39. accounts/profile/billing/payment_method/ [name='hc-payment-method']
  40. pricing/update/ [name='hc-update-subscription']
  41. pricing/token/ [name='hc-get-client-token']

The current path, api/imagery/portrait, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.