GET http://myrecipia_api/recipes?itemsPerPage=24&locale=en&order%5BupdatedAt%5D=desc&page=1

MainController

Request

GET Parameters

Key Value
itemsPerPage
"24"
locale
"en"
order
[
  "updatedAt" => "desc"
]
page
"1"

POST Parameters

No POST parameters

Uploaded Files

No uploaded files

Request Attributes

Key Value
_api_header_parameters
[
  "host" => [
    "myrecipia_api"
  ]
  "content-type" => [
    "application/json"
  ]
  "pragma" => [
    "no-cache"
  ]
  "origin" => [
    "http://myw.sorin.dok.twn.ro"
  ]
  "user-agent" => [
    "node"
  ]
  "connection" => [
    "keep-alive"
  ]
  "cache-control" => [
    "no-cache, no-store, must-revalidate"
  ]
  "expires" => [
    "0"
  ]
  "authorization" => [
    "Basic eXVtOmJsYmFwaQ=="
  ]
  "accept-language" => [
    "*"
  ]
  "accept-encoding" => [
    "gzip, deflate"
  ]
  "accept" => [
    "application/ld+json"
  ]
  "php-auth-user" => [
    "yum"
  ]
  "php-auth-pw" => [
    "blbapi"
  ]
  "x-php-ob-level" => [
    "1"
  ]
]
_api_normalization_context
[
  "groups" => [
    "user:read"
    "recipe:read"
  ]
  "skip_null_values" => false
  "operation_name" => "_api_/recipes{._format}_get_collection"
  "operation" => ApiPlatform\Metadata\GetCollection {#2459
    #parameters: ApiPlatform\Metadata\Parameters {#3267 …}
    #shortName: "Recipe"
    #class: "App\Entity\Recipe"
    #description: null
    #urlGenerationStrategy: null
    #deprecationReason: null
    #normalizationContext: [
      "groups" => [
        "user:read"
        "recipe:read"
      ]
      "skip_null_values" => false
    ]
    #denormalizationContext: [
      "groups" => [
        "user:write"
        "recipe:write"
      ]
    ]
    #collectDenormalizationErrors: null
    #validationContext: null
    #filters: []
    #mercure: null
    #messenger: null
    #input: null
    #output: null
    #order: [
      "createdAt" => "ASC"
    ]
    #fetchPartial: null
    #forceEager: null
    #paginationEnabled: true
    #paginationType: null
    #paginationItemsPerPage: 50
    #paginationMaximumItemsPerPage: 100
    #paginationPartial: true
    #paginationClientEnabled: true
    #paginationClientItemsPerPage: true
    #paginationClientPartial: null
    #paginationFetchJoinCollection: null
    #paginationUseOutputWalkers: null
    #security: "is_granted('ROLE_USER')"
    #securityMessage: null
    #securityPostDenormalize: null
    #securityPostDenormalizeMessage: null
    #securityPostValidation: null
    #securityPostValidationMessage: null
    #provider: "ApiPlatform\Doctrine\Orm\State\CollectionProvider"
    #processor: "api_platform.doctrine.orm.state.persist_processor"
    #stateOptions: ApiPlatform\Doctrine\Orm\State\Options {#3184 …}
    #rules: null
    #policy: null
    #middleware: null
    #queryParameterValidationEnabled: null
    #strictQueryParameterValidation: null
    #hideHydraOperation: null
    #jsonStream: null
    #map: null
    #throwOnNotFound: null
    #extraProperties: [
      "format" => "json"
    ]
    #paginationViaCursor: null
    #read: true
    #deserialize: false
    #validate: false
    #write: null
    #serialize: null
    #contentNegotiation: null
    #priority: 1
    #routePriority: null
    #name: "_api_/recipes{._format}_get_collection"
    #formats: null
    #inputFormats: [
      "json" => [
        "application/json"
      ]
      "jsonld" => [
        "application/ld+json"
      ]
      "xml" => [
        "application/xml"
        "text/xml"
      ]
      "csv" => [
        "text/csv"
      ]
    ]
    #outputFormats: [
      "json" => [
        "application/json"
      ]
      "jsonld" => [
        "application/ld+json"
      ]
      "xml" => [
        "application/xml"
        "text/xml"
      ]
      "csv" => [
        "text/csv"
      ]
    ]
    #method: "GET"
    #uriTemplate: "/recipes{._format}"
    #types: null
    #uriVariables: null
    #routePrefix: null
    #routeName: null
    #defaults: null
    #requirements: null
    #options: null
    #stateless: true
    #sunset: null
    #acceptPatch: null
    #status: null
    #host: null
    #schemes: null
    #condition: null
    #controller: "api_platform.symfony.main_controller"
    #headers: null
    #cacheHeaders: [
      "vary" => [
        "Content-Type"
        "Authorization"
        "Origin"
      ]
      "public" => true
      "shared_max_age" => 3600
    ]
    #hydraContext: null
    #jsonldContext: null
    #openapi: true
    #exceptionToStatus: null
    #links: null
    #errors: null
    -itemUriTemplate: null
  }
  "resource_class" => "App\Entity\Recipe"
  "skip_null_to_one_relations" => true
  "iri_only" => false
  "request_uri" => "/recipes?order%5BupdatedAt%5D=desc&page=1&itemsPerPage=24&locale=en"
  "uri" => "http://myrecipia_api/recipes?itemsPerPage=24&locale=en&order%5BupdatedAt%5D=desc&page=1"
  "input" => null
  "output" => null
  "exclude_from_cache_key" => [
    "root_operation"
    "operation"
    "object"
    "data"
    "property_metadata"
    "circular_reference_limit_counters"
    "debug_trace_id"
  ]
  "api_gateway" => false
  "base_url" => ""
  "spec_version" => ""
]
_api_operation
ApiPlatform\Metadata\GetCollection {#2459
  #parameters: ApiPlatform\Metadata\Parameters {#3267 …}
  #shortName: "Recipe"
  #class: "App\Entity\Recipe"
  #description: null
  #urlGenerationStrategy: null
  #deprecationReason: null
  #normalizationContext: [
    "groups" => [
      "user:read"
      "recipe:read"
    ]
    "skip_null_values" => false
  ]
  #denormalizationContext: [
    "groups" => [
      "user:write"
      "recipe:write"
    ]
  ]
  #collectDenormalizationErrors: null
  #validationContext: null
  #filters: []
  #mercure: null
  #messenger: null
  #input: null
  #output: null
  #order: [
    "createdAt" => "ASC"
  ]
  #fetchPartial: null
  #forceEager: null
  #paginationEnabled: true
  #paginationType: null
  #paginationItemsPerPage: 50
  #paginationMaximumItemsPerPage: 100
  #paginationPartial: true
  #paginationClientEnabled: true
  #paginationClientItemsPerPage: true
  #paginationClientPartial: null
  #paginationFetchJoinCollection: null
  #paginationUseOutputWalkers: null
  #security: "is_granted('ROLE_USER')"
  #securityMessage: null
  #securityPostDenormalize: null
  #securityPostDenormalizeMessage: null
  #securityPostValidation: null
  #securityPostValidationMessage: null
  #provider: "ApiPlatform\Doctrine\Orm\State\CollectionProvider"
  #processor: "api_platform.doctrine.orm.state.persist_processor"
  #stateOptions: ApiPlatform\Doctrine\Orm\State\Options {#3184 …}
  #rules: null
  #policy: null
  #middleware: null
  #queryParameterValidationEnabled: null
  #strictQueryParameterValidation: null
  #hideHydraOperation: null
  #jsonStream: null
  #map: null
  #throwOnNotFound: null
  #extraProperties: [
    "format" => "json"
  ]
  #paginationViaCursor: null
  #read: true
  #deserialize: false
  #validate: false
  #write: null
  #serialize: null
  #contentNegotiation: null
  #priority: 1
  #routePriority: null
  #name: "_api_/recipes{._format}_get_collection"
  #formats: null
  #inputFormats: [
    "json" => [
      "application/json"
    ]
    "jsonld" => [
      "application/ld+json"
    ]
    "xml" => [
      "application/xml"
      "text/xml"
    ]
    "csv" => [
      "text/csv"
    ]
  ]
  #outputFormats: [
    "json" => [
      "application/json"
    ]
    "jsonld" => [
      "application/ld+json"
    ]
    "xml" => [
      "application/xml"
      "text/xml"
    ]
    "csv" => [
      "text/csv"
    ]
  ]
  #method: "GET"
  #uriTemplate: "/recipes{._format}"
  #types: null
  #uriVariables: null
  #routePrefix: null
  #routeName: null
  #defaults: null
  #requirements: null
  #options: null
  #stateless: true
  #sunset: null
  #acceptPatch: null
  #status: null
  #host: null
  #schemes: null
  #condition: null
  #controller: "api_platform.symfony.main_controller"
  #headers: null
  #cacheHeaders: [
    "vary" => [
      "Content-Type"
      "Authorization"
      "Origin"
    ]
    "public" => true
    "shared_max_age" => 3600
  ]
  #hydraContext: null
  #jsonldContext: null
  #openapi: true
  #exceptionToStatus: null
  #links: null
  #errors: null
  -itemUriTemplate: null
}
_api_operation_name
"_api_/recipes{._format}_get_collection"
_api_platform_links
Symfony\Component\WebLink\GenericLinkProvider {#3840
  -links: [
    3047 => Symfony\Component\WebLink\Link {#3047
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
      -href: "http://myrecipia_api/?_format=jsonld"
    }
  ]
}
_api_query_parameters
[
  "order" => [
    "updatedAt" => "desc"
  ]
  "page" => "1"
  "itemsPerPage" => "24"
  "locale" => "en"
]
_api_resource_class
"App\Entity\Recipe"
_api_uri_variables
[]
_controller
"api_platform.symfony.main_controller"
_controller_attributes
[]
_firewall_context
"security.firewall.map.context.docs"
_format
null
_resources
[]
_route
"_api_/recipes{._format}_get_collection"
_route_params
[
  "_stateless" => true
  "_api_resource_class" => "App\Entity\Recipe"
  "_api_operation_name" => "_api_/recipes{._format}_get_collection"
  "_format" => null
]
_security_firewall_run
"_security_docs"
_stateless
true
_stopwatch_token
"eaca59"
data
ApiPlatform\Doctrine\Orm\AbstractPaginator@anonymous {#3237
  #paginator: Doctrine\ORM\Tools\Pagination\Paginator {#3438 …}
  #iterator: ArrayIterator {#3386 …}
  #firstResult: 0
  #maxResults: 24
}
input_format
null
previous_data
ApiPlatform\Doctrine\Orm\AbstractPaginator@anonymous {#3223
  #paginator: Doctrine\ORM\Tools\Pagination\Paginator {#3438 …}
  #iterator: ? Traversable|array
  #firstResult: 0
  #maxResults: 24
}
read_data
ApiPlatform\Doctrine\Orm\AbstractPaginator@anonymous {#3237
  #paginator: Doctrine\ORM\Tools\Pagination\Paginator {#3438 …}
  #iterator: ArrayIterator {#3386 …}
  #firstResult: 0
  #maxResults: 24
}

Request Headers

Header Value
accept
"application/ld+json"
accept-encoding
"gzip, deflate"
accept-language
"*"
authorization
"Basic eXVtOmJsYmFwaQ=="
cache-control
"no-cache, no-store, must-revalidate"
connection
"keep-alive"
content-type
"application/json"
expires
"0"
host
"myrecipia_api"
origin
"http://myw.sorin.dok.twn.ro"
php-auth-pw
"******"
php-auth-user
"yum"
pragma
"no-cache"
user-agent
"node"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Retry Command

curl \
  --compressed \
  --url 'http://myrecipia_api/recipes?itemsPerPage=24&locale=en&order%5BupdatedAt%5D=desc&page=1' \
  --header 'Content-Type: application/json' \
  --header 'Pragma: no-cache' \
  --header 'Origin: http://myw.sorin.dok.twn.ro' \
  --header 'User-Agent: node' \
  --header 'Connection: keep-alive' \
  --header 'Cache-Control: no-cache, no-store, must-revalidate' \
  --header 'Expires: 0' \
  --header 'Authorization: Basic eXVtOmJsYmFwaQ==' \
  --header 'Accept-Language: *' \
  --header 'Accept-Encoding: gzip, deflate' \
  --header 'Accept: application/ld+json' \
  --header 'Php-Auth-User: yum' \
  --header 'Php-Auth-Pw: blbapi' \
  --header 'X-Php-Ob-Level: 1'

Response

Response Headers

Header Value
accept-post
"application/json, application/ld+json, application/xml, text/xml, text/csv"
allow
"OPTIONS, HEAD, GET, POST"
cache-control
"public, s-maxage=3600"
content-type
"application/ld+json"
date
"Wed, 23 Sep 2026 16:08:22 GMT"
etag
""15140dd7b76e4efd""
link
"<http://myrecipia_api/?_format=jsonld>; rel="http://www.w3.org/ns/hydra/core#apiDocumentation""
vary
[
  "Accept"
  "Content-Type"
  "Authorization"
  "Origin"
]
x-content-type-options
"nosniff"
x-debug-token
"428b84"
x-frame-options
"deny"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"2104bda406aee1caf6c547faaaeadff6"
APP_SHARE_DIR
"var/share"
APP_URL
"http://localhost"
COMPOSER_HOME
"/srv/webapp/var/cache/composer"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"postgresql://rootpg:rootpg@common_pgdb:5432/yum?serverVersion=17&charset=utf8"
REDIS_URL
"redis://common_redis:6379"
TRUSTED_HOSTS
"^(localhost|php|myrecipia_api|myrecipia_web|yum.sorin.dok.twn.ro|rey.sorin.dok.twn.ro|myr.sorin.dok.twn.ro)$"
TRUSTED_PROXIES
"127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16"

Defined as regular env variables

Key Value
APP_PROJECT_DIR
"/app"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_MODE
"web=1&worker=1"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/app"
]
AUTH_TYPE
""
COMPOSER_ALLOW_SUPERUSER
"1"
COMPOSE_BAKE
"true"
COMPOSE_PROJECT_NAME
"myrecipia"
CONTENT_LENGTH
""
CONTENT_TYPE
"application/json"
DEBIAN_FRONTEND
"noninteractive"
DOCUMENT_ROOT
"/app/public"
DOCUMENT_URI
"/index.php"
DOMAIN_MYRECIPIA
"myr.sorin.dok.twn.ro"
DOMAIN_MYRECIPIA_BLOG
"myrblog.sorin.dok.twn.ro"
DOMAIN_MYRECIPIA_CDN
"cdnmyr.sorin.dok.twn.ro"
DOMAIN_RECIPESYUM
"ry.sorin.dok.twn.ro"
DOMAIN_RECIPESYUM_BLOG
"ryblog.sorin.dok.twn.ro"
DOMAIN_REVIEW
"rev.sorin.dok.twn.ro"
FRANKENPHP_LOG_LEVEL
"error"
FRANKENPHP_WORKER
"1"
GATEWAY_INTERFACE
"CGI/1.1"
GODEBUG
"cgocheck=0"
GPG_KEYS
"1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A5"
HOME
"/root"
HOSTNAME
"myrecipia_api"
HTTPS
""
HTTP_ACCEPT
"application/ld+json"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_ACCEPT_LANGUAGE
"*"
HTTP_AUTHORIZATION
"Basic eXVtOmJsYmFwaQ=="
HTTP_CACHE_CONTROL
"no-cache, no-store, must-revalidate"
HTTP_CONNECTION
"keep-alive"
HTTP_CONTENT_TYPE
"application/json"
HTTP_EXPIRES
"0"
HTTP_HOST
"myrecipia_api"
HTTP_ORIGIN
"http://myw.sorin.dok.twn.ro"
HTTP_PRAGMA
"no-cache"
HTTP_USER_AGENT
"node"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PATH_INFO
""
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.5.9.tar.xz.asc"
PHP_AUTH_PW
"******"
PHP_AUTH_USER
"yum"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"0db7855f25bcd0ab1d592cdb35e284d6f6a5d2ae0f6f621122e364cc39b708f4"
PHP_URL
"https://www.php.net/distributions/php-8.5.9.tar.xz"
PHP_VERSION
"8.5"
PWD
"/app"
QUERY_STRING
"order%5BupdatedAt%5D=desc&page=1&itemsPerPage=24&locale=en"
REMOTE_ADDR
"172.18.0.21"
REMOTE_HOST
"172.18.0.21"
REMOTE_IDENT
""
REMOTE_PORT
"36830"
REMOTE_USER
"yum"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1790179701
REQUEST_TIME_FLOAT
1790179701.3685
REQUEST_URI
"/recipes?order%5BupdatedAt%5D=desc&page=1&itemsPerPage=24&locale=en"
ROOT_USER
"root"
SCRIPT_FILENAME
"/app/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_NAME
"myrecipia_api"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"FrankenPHP"
SSL_CIPHER
""
SSL_PROTOCOL
""
SYMFONY_DOTENV_PATH
"/app/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,TRUSTED_PROXIES,TRUSTED_HOSTS,APP_SECRET,APP_SHARE_DIR,CORS_ALLOW_ORIGIN,APP_DEBUG,APP_URL,DATABASE_URL,COMPOSER_HOME,REDIS_URL"
TIMEZONE
"Europe/Bucharest"
WEBAPP_CONTEXT
"./docker/"
WEBAPP_ROOT
"/app"
WEB_CONTAINER
"webapp"
WEB_GROUP
"www-data"
WEB_USER
"www-data"
WEB_WEBROOT
"../"
XDG_CONFIG_HOME
"/config"
XDG_DATA_HOME
"/data"