Pace value wrong on Activity via API?

Hi, all!

I’m starting to use the API to make some stuff with Grafana, and I have a question about “pace” value when I get an Activity via API.

I am storing some main values for my Dashboard, like distance, load, pace, etc., and seems like pace (and speed) values are wrong.

Here are 2 screenshots:
WEB
imagen
API
imagen

As you can see, distance, pace/hr_load, distance or threshold_pace seems correct, but pace and speed not.

Is this a bug? Are these values in another metric?

Thanks a lot for your help, and congratulations on this amazing project!

1 Like

From the API you get pace/speed in m/sec.

2 Likes

Ah, ok!

Thanks for your answer!