I presume you are using the PageSpeed Insights API? In which case, yes this is the 75th percentile.
If you only need this data, then I'd suggest using
the CrUX API instead which is a lot quicker (since it doesn't need a Lighthouse run to complete) and also has the added benefit of making this a bit more obvious:
"metrics": {
"interaction_to_next_paint": {
"histogram": [
{
"start": 0,
"end": 200,
"density": 0.8016
},
{
"start": 200,
"end": 500,
"density": 0.1652
},
{
"start": 500,
"density": 0.0332
}
],
"percentiles": {
"p75": 182
}
}
},